Html Css Color HEX #020F14 Black Pearl

📋 copy color: '#020F14'

red 2 ◦ green 15 ◦ blue 20

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

Shades of Black Pearl #020F14

Tints of Black Pearl #020F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 54.05%

R = 5.41%
G = 40.54%
B = 54.05%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020F14 (or 0x020F14) is known color: Black Pearl. HEX triplet: 02, 0F and 14. RGB value is (2,15,20). Sum of RGB (Red+Green+Blue) = 2+15+20=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #020F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F14 is #FDF0EB. Grayscale: #0B0B0B. Windows color (decimal): -16642284 or 1314562. OLE color: 1314562.

HSL color Cylindrical-coordinate representation of color #020F14: hue angle of 196.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020F14 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 15 20 -
CMYK 0.90 0.25 0 0.92
HSL 196.67º 0.82% 0.04% -
HSV(B) 196.67º 0.9% 0.08% -
XYZ 0.32 0.41 0.72 -
YUV 11.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 2 15 20 0.90 0.25 0 0.92 196.67 0.82 0.04
Hex 2 F 14 5A 19 0 5C C5 52 4
Octal 2 17 24 132 31 0 134 305 122 4
Binary 10 1111 10100 1011010 11001 0 1011100 11000101 1010010 100

Color Harmonies of #020F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F14

Black with #020F14

Text Example


Text Example

White with #020F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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