Html Css Color HEX #020C19 Black Pearl

📋 copy color: '#020C19'

red 2 ◦ green 12 ◦ blue 25

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

Shades of Black Pearl #020C19

Tints of Black Pearl #020C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 64.1%

R = 5.13%
G = 30.77%
B = 64.1%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#020C19 (or 0x020C19) is known color: Black Pearl. HEX triplet: 02, 0C and 19. RGB value is (2,12,25). Sum of RGB (Red+Green+Blue) = 2+12+25=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #020C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C19 is #FDF3E6. Grayscale: #0A0A0A. Windows color (decimal): -16643047 or 1641474. OLE color: 1641474.

HSL color Cylindrical-coordinate representation of color #020C19: hue angle of 213.91º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020C19 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 2 12 25 -
CMYK 0.92 0.52 0 0.90
HSL 213.91º 0.85% 0.05% -
HSV(B) 213.91º 0.92% 0.1% -
XYZ 0.33 0.35 0.97 -
YUV 10.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 2 12 25 0.92 0.52 0 0.90 213.91 0.85 0.05
Hex 2 C 19 5C 34 0 5A D6 55 5
Octal 2 14 31 134 64 0 132 326 125 5
Binary 10 1100 11001 1011100 110100 0 1011010 11010110 1010101 101

Color Harmonies of #020C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C19

Black with #020C19

Text Example


Text Example

White with #020C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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