Html Css Color HEX #020C18 Black Pearl

📋 copy color: '#020C18'

red 2 ◦ green 12 ◦ blue 24

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

Shades of Black Pearl #020C18

Tints of Black Pearl #020C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 63.16%

R = 5.26%
G = 31.58%
B = 63.16%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020C18 (or 0x020C18) is known color: Black Pearl. HEX triplet: 02, 0C and 18. RGB value is (2,12,24). Sum of RGB (Red+Green+Blue) = 2+12+24=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #020C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C18 is #FDF3E7. Grayscale: #0A0A0A. Windows color (decimal): -16643048 or 1575938. OLE color: 1575938.

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

Color convert

RGB 2 12 24 -
CMYK 0.92 0.50 0 0.91
HSL 212.73º 0.85% 0.05% -
HSV(B) 212.73º 0.92% 0.09% -
XYZ 0.32 0.34 0.91 -
YUV 10.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 2 12 24 0.92 0.50 0 0.91 212.73 0.85 0.05
Hex 2 C 18 5C 32 0 5B D5 55 5
Octal 2 14 30 134 62 0 133 325 125 5
Binary 10 1100 11000 1011100 110010 0 1011011 11010101 1010101 101

Color Harmonies of #020C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C18

Black with #020C18

Text Example


Text Example

White with #020C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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