#031118

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

Shades of Black Pearl #031118

Tints of Black Pearl #031118

Color information

#031118 (or 0x031118) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 18. RGB value is (3,17,24). Sum of RGB (Red+Green+Blue) = 3+17+24=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #031118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031118 is #FCEEE7. Grayscale: #0D0D0D. Windows color (decimal): -16576232 or 1577219. OLE color: 1577219.

HSL color Cylindrical-coordinate representation of color #031118: hue angle of 200º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031118 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31724-
CMYK0.880.2900.91
HSL200º77.78%5.29%-
HSV(B)200º87.5%9.41%-
XYZ0.40.490.94-
YUV13.61133.86120.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=6.82%
G=38.64%
B=54.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal317240.880.2900.9120077.785.29
Hex31118581D05Bc84e5
Octal321301303501333101165
Binary11100011100010110001110101011011110010001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031118; }

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

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

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

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

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

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

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

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