Html Css Color HEX #021317 Black Pearl

📋 copy color: '#021317'

red 2 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #021317

Tints of Black Pearl #021317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 43.18%

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

R = 4.55%
G = 43.18%
B = 52.27%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021317 (or 0x021317) is known color: Black Pearl. HEX triplet: 02, 13 and 17. RGB value is (2,19,23). Sum of RGB (Red+Green+Blue) = 2+19+23=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #021317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021317 is #FDECE8. Grayscale: #0E0E0E. Windows color (decimal): -16641257 or 1512194. OLE color: 1512194.

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

Color convert

RGB 2 19 23 -
CMYK 0.91 0.17 0 0.91
HSL 191.43º 0.84% 0.05% -
HSV(B) 191.43º 0.91% 0.09% -
XYZ 0.41 0.54 0.89 -
YUV 14.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 2 19 23 0.91 0.17 0 0.91 191.43 0.84 0.05
Hex 2 13 17 5B 11 0 5B BF 54 5
Octal 2 23 27 133 21 0 133 277 124 5
Binary 10 10011 10111 1011011 10001 0 1011011 10111111 1010100 101

Color Harmonies of #021317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021317

Black with #021317

Text Example


Text Example

White with #021317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021317; }

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

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

background-color css

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

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

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

border-color css

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

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

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