Html Css Color HEX #020E0F Black Pearl

📋 copy color: '#020E0F'

red 2 ◦ green 14 ◦ blue 15

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

Shades of Black Pearl #020E0F

Tints of Black Pearl #020E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 45.16%

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

R = 6.45%
G = 45.16%
B = 48.39%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#020E0F (or 0x020E0F) is known color: Black Pearl. HEX triplet: 02, 0E and 0F. RGB value is (2,14,15). Sum of RGB (Red+Green+Blue) = 2+14+15=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 14 (5.86% from 255 or 45.16% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #020E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E0F is #FDF1F0. Grayscale: #0A0A0A. Windows color (decimal): -16642545 or 986626. OLE color: 986626.

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

Color convert

RGB 2 14 15 -
CMYK 0.87 0.07 0 0.94
HSL 184.62º 0.76% 0.03% -
HSV(B) 184.62º 0.87% 0.06% -
XYZ 0.27 0.36 0.51 -
YUV 10.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 2 14 15 0.87 0.07 0 0.94 184.62 0.76 0.03
Hex 2 E F 57 7 0 5E B9 4C 3
Octal 2 16 17 127 7 0 136 271 114 3
Binary 10 1110 1111 1010111 111 0 1011110 10111001 1001100 11

Color Harmonies of #020E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E0F

Black with #020E0F

Text Example


Text Example

White with #020E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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