Html Css Color HEX #020B17 Black Pearl

📋 copy color: '#020B17'

red 2 ◦ green 11 ◦ blue 23

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

Shades of Black Pearl #020B17

Tints of Black Pearl #020B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 30.56%

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

R = 5.56%
G = 30.56%
B = 63.89%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020B17 (or 0x020B17) is known color: Black Pearl. HEX triplet: 02, 0B and 17. RGB value is (2,11,23). Sum of RGB (Red+Green+Blue) = 2+11+23=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #020B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B17 is #FDF4E8. Grayscale: #090909. Windows color (decimal): -16643305 or 1510146. OLE color: 1510146.

HSL color Cylindrical-coordinate representation of color #020B17: hue angle of 214.29º 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 #020B17 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 11 23 -
CMYK 0.91 0.52 0 0.91
HSL 214.29º 0.84% 0.05% -
HSV(B) 214.29º 0.91% 0.09% -
XYZ 0.3 0.31 0.86 -
YUV 9.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 2 11 23 0.91 0.52 0 0.91 214.29 0.84 0.05
Hex 2 B 17 5B 34 0 5B D6 54 5
Octal 2 13 27 133 64 0 133 326 124 5
Binary 10 1011 10111 1011011 110100 0 1011011 11010110 1010100 101

Color Harmonies of #020B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B17

Black with #020B17

Text Example


Text Example

White with #020B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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