#031214

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

Shades of Black Pearl #031214

Tints of Black Pearl #031214

Color information

#031214 (or 0x031214) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 14. RGB value is (3,18,20). Sum of RGB (Red+Green+Blue) = 3+18+20=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #031214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031214 is #FCEDEB. Grayscale: #0D0D0D. Windows color (decimal): -16575980 or 1315331. OLE color: 1315331.

HSL color Cylindrical-coordinate representation of color #031214: hue angle of 187.06º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031214 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31820-
CMYK0.850.1000.92
HSL187.06º73.91%4.51%-
HSV(B)187.06º85%7.84%-
XYZ0.380.50.74-
YUV13.74131.53120.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=7.32%
G=43.90%
B=48.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal318200.850.1000.92187.0673.914.51
Hex3121455A05Cbb4a5
Octal322241251201342731125
Binary1110010101001010101101001011100101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031214; }

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

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

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

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

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

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

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

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