#03111E

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

Shades of Black Pearl #03111E

Tints of Black Pearl #03111E

Color information

#03111E (or 0x03111E) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 1E. RGB value is (3,17,30). Sum of RGB (Red+Green+Blue) = 3+17+30=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #03111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03111E is #FCEEE1. Grayscale: #0E0E0E. Windows color (decimal): -16576226 or 1970435. OLE color: 1970435.

HSL color Cylindrical-coordinate representation of color #03111E: hue angle of 208.89º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03111E is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB31730-
CMYK0.900.4300.88
HSL208.89º81.82%6.47%-
HSV(B)208.89º90%11.76%-
XYZ0.470.511.3-
YUV14.3136.86119.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 30 (12.11% from 255) = 60%
R=6%
G=34%
B=60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal317300.900.4300.88208.8981.826.47
Hex3111E5A2B058d1526
Octal321361325301303211226
Binary111000111110101101010101101011000110100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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