Html Css Color HEX #020F21 Black Pearl

📋 copy color: '#020F21'

red 2 ◦ green 15 ◦ blue 33

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

Shades of Black Pearl #020F21

Tints of Black Pearl #020F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 66%

R = 4%
G = 30%
B = 66%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#020F21 (or 0x020F21) is known color: Black Pearl. HEX triplet: 02, 0F and 21. RGB value is (2,15,33). Sum of RGB (Red+Green+Blue) = 2+15+33=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #020F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F21 is #FDF0DE. Grayscale: #0D0D0D. Windows color (decimal): -16642271 or 2166530. OLE color: 2166530.

HSL color Cylindrical-coordinate representation of color #020F21: hue angle of 214.84º degrees, saturation: 0.89, 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 #020F21 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 15 33 -
CMYK 0.94 0.55 0 0.87
HSL 214.84º 0.89% 0.07% -
HSV(B) 214.84º 0.94% 0.13% -
XYZ 0.47 0.46 1.5 -
YUV 13.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 2 15 33 0.94 0.55 0 0.87 214.84 0.89 0.07
Hex 2 F 21 5E 37 0 57 D7 59 7
Octal 2 17 41 136 67 0 127 327 131 7
Binary 10 1111 100001 1011110 110111 0 1010111 11010111 1011001 111

Color Harmonies of #020F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F21

Black with #020F21

Text Example


Text Example

White with #020F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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