#031424

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

Shades of Black Pearl #031424

Tints of Black Pearl #031424

Color information

#031424 (or 0x031424) is unknown color: approx Black Pearl. HEX triplet: 03, 14 and 24. RGB value is (3,20,36). Sum of RGB (Red+Green+Blue) = 3+20+36=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #031424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031424 is #FCEBDB. Grayscale: #101010. Windows color (decimal): -16575452 or 2364419. OLE color: 2364419.

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

Color convert

RGB32036-
CMYK0.920.4400.86
HSL209.09º84.62%7.65%-
HSV(B)209.09º91.67%14.12%-
XYZ0.610.651.76-
YUV16.74138.87118.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.08%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 36 (14.45% from 255) = 61.02%
R=5.08%
G=33.90%
B=61.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal320360.920.4400.86209.0984.627.65
Hex314245C2C056d1558
Octal3244413454012632112510
Binary11101001001001011100101100010101101101000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031424; }

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

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

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

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

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

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

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

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