Html Css Color HEX #020C13 Black Pearl

📋 copy color: '#020C13'

red 2 ◦ green 12 ◦ blue 19

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

Shades of Black Pearl #020C13

Tints of Black Pearl #020C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 36.36%

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

R = 6.06%
G = 36.36%
B = 57.58%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020C13 (or 0x020C13) is known color: Black Pearl. HEX triplet: 02, 0C and 13. RGB value is (2,12,19). Sum of RGB (Red+Green+Blue) = 2+12+19=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 19 (7.81% from 255 or 57.58% from 33); Max value from RGB is 19 - color contains mainly: blue. Hex color #020C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C13 is #FDF3EC. Grayscale: #090909. Windows color (decimal): -16643053 or 1248258. OLE color: 1248258.

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

Color convert

RGB 2 12 19 -
CMYK 0.89 0.37 0 0.93
HSL 204.71º 0.81% 0.04% -
HSV(B) 204.71º 0.89% 0.07% -
XYZ 0.27 0.32 0.66 -
YUV 9.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 2 12 19 0.89 0.37 0 0.93 204.71 0.81 0.04
Hex 2 C 13 59 25 0 5D CD 51 4
Octal 2 14 23 131 45 0 135 315 121 4
Binary 10 1100 10011 1011001 100101 0 1011101 11001101 1010001 100

Color Harmonies of #020C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C13

Black with #020C13

Text Example


Text Example

White with #020C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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