#03111C

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

Shades of Black Pearl #03111C

Tints of Black Pearl #03111C

Color information

#03111C (or 0x03111C) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 1C. RGB value is (3,17,28). Sum of RGB (Red+Green+Blue) = 3+17+28=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #03111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03111C is #FCEEE3. Grayscale: #0E0E0E. Windows color (decimal): -16576228 or 1839363. OLE color: 1839363.

HSL color Cylindrical-coordinate representation of color #03111C: hue angle of 206.4º 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 #03111C is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB31728-
CMYK0.890.3900.89
HSL206.4º80.65%6.08%-
HSV(B)206.4º89.29%10.98%-
XYZ0.450.51.17-
YUV14.07135.86120.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=6.25%
G=35.42%
B=58.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal317280.890.3900.89206.480.656.08
Hex3111C5927059ce516
Octal321341314701313161216
Binary111000111100101100110011101011001110011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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