#031C24

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

Shades of Black Pearl #031C24

Tints of Black Pearl #031C24

Color information

#031C24 (or 0x031C24) is unknown color: approx Black Pearl. HEX triplet: 03, 1C and 24. RGB value is (3,28,36). Sum of RGB (Red+Green+Blue) = 3+28+36=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #031C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C24 is #FCE3DB. Grayscale: #151515. Windows color (decimal): -16573404 or 2366467. OLE color: 2366467.

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

Color convert

RGB32836-
CMYK0.920.2200.86
HSL194.55º84.62%7.65%-
HSV(B)194.55º91.67%14.12%-
XYZ0.770.981.82-
YUV21.44136.22114.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 36 (14.45% from 255) = 53.73%
R=4.48%
G=41.79%
B=53.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal328360.920.2200.86194.5584.627.65
Hex31C245C16056c3558
Octal3344413426012630312510
Binary1111100100100101110010110010101101100001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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