#031B24

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

Shades of Black Pearl #031B24

Tints of Black Pearl #031B24

Color information

#031B24 (or 0x031B24) is unknown color: approx Black Pearl. HEX triplet: 03, 1B and 24. RGB value is (3,27,36). Sum of RGB (Red+Green+Blue) = 3+27+36=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #031B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B24 is #FCE4DB. Grayscale: #141414. Windows color (decimal): -16573660 or 2366211. OLE color: 2366211.

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

Color convert

RGB32736-
CMYK0.920.2500.86
HSL196.36º84.62%7.65%-
HSV(B)196.36º91.67%14.12%-
XYZ0.750.931.81-
YUV20.85136.55115.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=4.55%
G=40.91%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal327360.920.2500.86196.3684.627.65
Hex31B245C19056c4558
Octal3334413431012630412510
Binary1111011100100101110011001010101101100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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