Html Css Color HEX #020F20 Black Pearl

📋 copy color: '#020F20'

red 2 ◦ green 15 ◦ blue 32

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

Shades of Black Pearl #020F20

Tints of Black Pearl #020F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 65.31%

R = 4.08%
G = 30.61%
B = 65.31%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#020F20 (or 0x020F20) is known color: Black Pearl. HEX triplet: 02, 0F and 20. RGB value is (2,15,32). Sum of RGB (Red+Green+Blue) = 2+15+32=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #020F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F20 is #FDF0DF. Grayscale: #0C0C0C. Windows color (decimal): -16642272 or 2100994. OLE color: 2100994.

HSL color Cylindrical-coordinate representation of color #020F20: hue angle of 214º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020F20 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 15 32 -
CMYK 0.94 0.53 0 0.87
HSL 214º 0.88% 0.07% -
HSV(B) 214º 0.94% 0.13% -
XYZ 0.46 0.46 1.43 -
YUV 13.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 2 15 32 0.94 0.53 0 0.87 214 0.88 0.07
Hex 2 F 20 5E 35 0 57 D6 58 7
Octal 2 17 40 136 65 0 127 326 130 7
Binary 10 1111 100000 1011110 110101 0 1010111 11010110 1011000 111

Color Harmonies of #020F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F20

Black with #020F20

Text Example


Text Example

White with #020F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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