Html Css Color HEX #020D0F Black Pearl

📋 copy color: '#020D0F'

red 2 ◦ green 13 ◦ blue 15

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

Shades of Black Pearl #020D0F

Tints of Black Pearl #020D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 43.33%

 BLUE value IS 15 (6.25% from 255) = 50%

R = 6.67%
G = 43.33%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#020D0F (or 0x020D0F) is known color: Black Pearl. HEX triplet: 02, 0D and 0F. RGB value is (2,13,15). Sum of RGB (Red+Green+Blue) = 2+13+15=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #020D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D0F is #FDF2F0. Grayscale: #090909. Windows color (decimal): -16642801 or 986370. OLE color: 986370.

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

Color convert

RGB 2 13 15 -
CMYK 0.87 0.13 0 0.94
HSL 189.23º 0.76% 0.03% -
HSV(B) 189.23º 0.87% 0.06% -
XYZ 0.26 0.34 0.5 -
YUV 9.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 2 13 15 0.87 0.13 0 0.94 189.23 0.76 0.03
Hex 2 D F 57 D 0 5E BD 4C 3
Octal 2 15 17 127 15 0 136 275 114 3
Binary 10 1101 1111 1010111 1101 0 1011110 10111101 1001100 11

Color Harmonies of #020D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D0F

Black with #020D0F

Text Example


Text Example

White with #020D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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