#03111B

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

Shades of Black Pearl #03111B

Tints of Black Pearl #03111B

Color information

#03111B (or 0x03111B) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 1B. RGB value is (3,17,27). Sum of RGB (Red+Green+Blue) = 3+17+27=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #03111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03111B is #FCEEE4. Grayscale: #0D0D0D. Windows color (decimal): -16576229 or 1773827. OLE color: 1773827.

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

Color convert

RGB31727-
CMYK0.890.3700.89
HSL205º80%5.88%-
HSV(B)205º88.89%10.59%-
XYZ0.440.51.11-
YUV13.95135.36120.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 27 (10.94% from 255) = 57.45%
R=6.38%
G=36.17%
B=57.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal317270.890.3700.89205805.88
Hex3111B5925059cd506
Octal321331314501313151206
Binary111000111011101100110010101011001110011011010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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