#031418

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

Shades of Black Pearl #031418

Tints of Black Pearl #031418

Color information

#031418 (or 0x031418) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 18. RGB value is (3,20,24). Sum of RGB (Red+Green+Blue) = 3+20+24=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #031418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031418 is #FCEBE7. Grayscale: #0F0F0F. Windows color (decimal): -16575464 or 1577987. OLE color: 1577987.

HSL color Cylindrical-coordinate representation of color #031418: hue angle of 191.43º 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 #031418 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB32024-
CMYK0.880.1700.91
HSL191.43º77.78%5.29%-
HSV(B)191.43º87.5%9.41%-
XYZ0.450.590.95-
YUV15.37132.87119.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=6.38%
G=42.55%
B=51.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal320240.880.1700.91191.4377.785.29
Hex31418581105Bbf4e5
Octal324301302101332771165
Binary11101001100010110001000101011011101111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031418; }

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

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

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

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

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

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

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

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