Html Css Color HEX #020F13 Black Pearl

📋 copy color: '#020F13'

red 2 ◦ green 15 ◦ blue 19

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

Shades of Black Pearl #020F13

Tints of Black Pearl #020F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 52.78%

R = 5.56%
G = 41.67%
B = 52.78%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020F13 (or 0x020F13) is known color: Black Pearl. HEX triplet: 02, 0F and 13. RGB value is (2,15,19). Sum of RGB (Red+Green+Blue) = 2+15+19=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #020F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F13 is #FDF0EC. Grayscale: #0B0B0B. Windows color (decimal): -16642285 or 1249026. OLE color: 1249026.

HSL color Cylindrical-coordinate representation of color #020F13: hue angle of 194.12º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020F13 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 15 19 -
CMYK 0.89 0.21 0 0.93
HSL 194.12º 0.81% 0.04% -
HSV(B) 194.12º 0.89% 0.07% -
XYZ 0.31 0.4 0.68 -
YUV 11.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 2 15 19 0.89 0.21 0 0.93 194.12 0.81 0.04
Hex 2 F 13 59 15 0 5D C2 51 4
Octal 2 17 23 131 25 0 135 302 121 4
Binary 10 1111 10011 1011001 10101 0 1011101 11000010 1010001 100

Color Harmonies of #020F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F13

Black with #020F13

Text Example


Text Example

White with #020F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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