#03111D

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

Shades of Black Pearl #03111D

Tints of Black Pearl #03111D

Color information

#03111D (or 0x03111D) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 1D. RGB value is (3,17,29). Sum of RGB (Red+Green+Blue) = 3+17+29=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #03111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03111D is #FCEEE2. Grayscale: #0E0E0E. Windows color (decimal): -16576227 or 1904899. OLE color: 1904899.

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

Color convert

RGB31729-
CMYK0.900.4100.89
HSL207.69º81.25%6.27%-
HSV(B)207.69º89.66%11.37%-
XYZ0.460.511.24-
YUV14.18136.36120.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=6.12%
G=34.69%
B=59.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal317290.900.4100.89207.6981.256.27
Hex3111D5A29059d0516
Octal321351325101313201216
Binary111000111101101101010100101011001110100001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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