#03181C

Color #03181C Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #03181C

Tints of Black Pearl #03181C

Color information

#03181C (or 0x03181C) is unknown color: approx Black Pearl. HEX triplet: 03, 18 and 1C. RGB value is (3,24,28). Sum of RGB (Red+Green+Blue) = 3+24+28=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #03181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03181C is #FCE7E3. Grayscale: #121212. Windows color (decimal): -16574436 or 1841155. OLE color: 1841155.

HSL color Cylindrical-coordinate representation of color #03181C: hue angle of 189.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03181C is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32428-
CMYK0.890.1400.89
HSL189.6º80.65%6.08%-
HSV(B)189.6º89.29%10.98%-
XYZ0.570.761.21-
YUV18.18133.54117.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 24 (9.77% from 255) = 43.64%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=5.45%
G=43.64%
B=50.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal324280.890.1400.89189.680.656.08
Hex3181C59E059be516
Octal330341311601312761216
Binary1111000111001011001111001011001101111101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03181C; }

 p { color: rgb(3,24,28); }

 H1.HeaderClassName
 {
   color: #03181C;
 }
 .AnyTagClassName
 {
   color: #03181C;
 }
</style>
background-color css

<style>
 a { background-color: #03181C; }

 a { background-color: rgb(3,24,28); }

 div.DivClassName
 {
   background-color: #03181C;
 }
 .BgClassName
 {
   background-color: #03181C;
 }
</style>
border-color css

<style>
 span { border-color: #03181C; }

 span { border-color: rgb(3,24,28); }

 td.TdClassName
 {
   border-color: #03181C;
 }
 .TagClassName
 {
   border-color: #03181C;
 }
</style>