#020F24

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

Shades of Black Pearl #020F24

Tints of Black Pearl #020F24

Color information

#020F24 (or 0x020F24) is unknown color: approx Black Pearl. HEX triplet: 02, 0F and 24. RGB value is (2,15,36). Sum of RGB (Red+Green+Blue) = 2+15+36=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #020F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F24 is #FDF0DB. Grayscale: #0D0D0D. Windows color (decimal): -16642268 or 2363138. OLE color: 2363138.

HSL color Cylindrical-coordinate representation of color #020F24: hue angle of 217.06º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020F24 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB21536-
CMYK0.940.5800.86
HSL217.06º89.47%7.45%-
HSV(B)217.06º94.44%14.12%-
XYZ0.510.481.73-
YUV13.51140.69119.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 36 (14.45% from 255) = 67.92%
R=3.77%
G=28.30%
B=67.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal215360.940.5800.86217.0689.477.45
Hex2F245E3A056d9597
Octal217441367201263311317
Binary101111100100101111011101001010110110110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,15,36); }

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

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

 a { background-color: rgb(2,15,36); }

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

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

 span { border-color: rgb(2,15,36); }

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