Html Css Color HEX #020C17 Black Pearl

📋 copy color: '#020C17'

red 2 ◦ green 12 ◦ blue 23

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

Shades of Black Pearl #020C17

Tints of Black Pearl #020C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 62.16%

R = 5.41%
G = 32.43%
B = 62.16%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020C17 (or 0x020C17) is known color: Black Pearl. HEX triplet: 02, 0C and 17. RGB value is (2,12,23). Sum of RGB (Red+Green+Blue) = 2+12+23=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #020C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C17 is #FDF3E8. Grayscale: #0A0A0A. Windows color (decimal): -16643049 or 1510402. OLE color: 1510402.

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

Color convert

RGB 2 12 23 -
CMYK 0.91 0.48 0 0.91
HSL 211.43º 0.84% 0.05% -
HSV(B) 211.43º 0.91% 0.09% -
XYZ 0.31 0.34 0.86 -
YUV 10.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 2 12 23 0.91 0.48 0 0.91 211.43 0.84 0.05
Hex 2 C 17 5B 30 0 5B D3 54 5
Octal 2 14 27 133 60 0 133 323 124 5
Binary 10 1100 10111 1011011 110000 0 1011011 11010011 1010100 101

Color Harmonies of #020C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C17

Black with #020C17

Text Example


Text Example

White with #020C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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