#031F24

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

Shades of Black Pearl #031F24

Tints of Black Pearl #031F24

Color information

#031F24 (or 0x031F24) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 24. RGB value is (3,31,36). Sum of RGB (Red+Green+Blue) = 3+31+36=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #031F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F24 is #FCE0DB. Grayscale: #171717. Windows color (decimal): -16572636 or 2367235. OLE color: 2367235.

HSL color Cylindrical-coordinate representation of color #031F24: hue angle of 189.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 #031F24 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB33136-
CMYK0.920.1400.86
HSL189.09º84.62%7.65%-
HSV(B)189.09º91.67%14.12%-
XYZ0.851.131.84-
YUV23.2135.22113.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 36 (14.45% from 255) = 51.43%
R=4.29%
G=44.29%
B=51.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal331360.920.1400.86189.0984.627.65
Hex31F245CE056bd558
Octal3374413416012627512510
Binary111111110010010111001110010101101011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031F24; }

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

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

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

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

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

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

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

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