Html Css Color HEX #020A13 Black Pearl

📋 copy color: '#020A13'

red 2 ◦ green 10 ◦ blue 19

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

Shades of Black Pearl #020A13

Tints of Black Pearl #020A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 32.26%

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

R = 6.45%
G = 32.26%
B = 61.29%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020A13 (or 0x020A13) is known color: Black Pearl. HEX triplet: 02, 0A and 13. RGB value is (2,10,19). Sum of RGB (Red+Green+Blue) = 2+10+19=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #020A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A13 is #FDF5EC. Grayscale: #080808. Windows color (decimal): -16643565 or 1247746. OLE color: 1247746.

HSL color Cylindrical-coordinate representation of color #020A13: hue angle of 211.76º 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 #020A13 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 10 19 -
CMYK 0.89 0.47 0 0.93
HSL 211.76º 0.81% 0.04% -
HSV(B) 211.76º 0.89% 0.07% -
XYZ 0.25 0.28 0.66 -
YUV 8.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 2 10 19 0.89 0.47 0 0.93 211.76 0.81 0.04
Hex 2 A 13 59 2F 0 5D D4 51 4
Octal 2 12 23 131 57 0 135 324 121 4
Binary 10 1010 10011 1011001 101111 0 1011101 11010100 1010001 100

Color Harmonies of #020A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A13

Black with #020A13

Text Example


Text Example

White with #020A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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