Html Css Color HEX #020F18 Black Pearl

📋 copy color: '#020F18'

red 2 ◦ green 15 ◦ blue 24

#020F18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #020F18

Tints of Black Pearl #020F18

RGB

 RED value IS 2 (1.17% from 255) = 4.88%

 GREEN value IS 15 (6.25% from 255) = 36.59%

 BLUE value IS 24 (9.77% from 255) = 58.54%

R = 4.88%
G = 36.59%
B = 58.54%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020F18 (or 0x020F18) is known color: Black Pearl. HEX triplet: 02, 0F and 18. RGB value is (2,15,24). Sum of RGB (Red+Green+Blue) = 2+15+24=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #020F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F18 is #FDF0E7. Grayscale: #0C0C0C. Windows color (decimal): -16642280 or 1576706. OLE color: 1576706.

HSL color Cylindrical-coordinate representation of color #020F18: hue angle of 204.55º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020F18 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 15 24 -
CMYK 0.92 0.37 0 0.91
HSL 204.55º 0.85% 0.05% -
HSV(B) 204.55º 0.92% 0.09% -
XYZ 0.36 0.42 0.93 -
YUV 12.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 2 15 24 0.92 0.37 0 0.91 204.55 0.85 0.05
Hex 2 F 18 5C 25 0 5B CD 55 5
Octal 2 17 30 134 45 0 133 315 125 5
Binary 10 1111 11000 1011100 100101 0 1011011 11001101 1010101 101

Color Harmonies of #020F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F18

Black with #020F18

Text Example


Text Example

White with #020F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #020F18;
 }
 .AnyTagClassName
 {
   color: #020F18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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