#031E24

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

Shades of Black Pearl #031E24

Tints of Black Pearl #031E24

Color information

#031E24 (or 0x031E24) is unknown color: approx Black Pearl. HEX triplet: 03, 1E and 24. RGB value is (3,30,36). Sum of RGB (Red+Green+Blue) = 3+30+36=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #031E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E24 is #FCE1DB. Grayscale: #161616. Windows color (decimal): -16572892 or 2366979. OLE color: 2366979.

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

Color convert

RGB33036-
CMYK0.920.1700.86
HSL190.91º84.62%7.65%-
HSV(B)190.91º91.67%14.12%-
XYZ0.821.081.83-
YUV22.61135.55114.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 30 (12.11% from 255) = 43.48%
BLUE value IS 36 (14.45% from 255) = 52.17%
R=4.35%
G=43.48%
B=52.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal330360.920.1700.86190.9184.627.65
Hex31E245C11056bf558
Octal3364413421012627712510
Binary1111110100100101110010001010101101011111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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