Html Css Color HEX #021217 Black Pearl

📋 copy color: '#021217'

red 2 ◦ green 18 ◦ blue 23

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

Shades of Black Pearl #021217

Tints of Black Pearl #021217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 41.86%

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

R = 4.65%
G = 41.86%
B = 53.49%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021217 (or 0x021217) is known color: Black Pearl. HEX triplet: 02, 12 and 17. RGB value is (2,18,23). Sum of RGB (Red+Green+Blue) = 2+18+23=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #021217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021217 is #FDEDE8. Grayscale: #0D0D0D. Windows color (decimal): -16641513 or 1511938. OLE color: 1511938.

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

Color convert

RGB 2 18 23 -
CMYK 0.91 0.22 0 0.91
HSL 194.29º 0.84% 0.05% -
HSV(B) 194.29º 0.91% 0.09% -
XYZ 0.4 0.51 0.89 -
YUV 13.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 2 18 23 0.91 0.22 0 0.91 194.29 0.84 0.05
Hex 2 12 17 5B 16 0 5B C2 54 5
Octal 2 22 27 133 26 0 133 302 124 5
Binary 10 10010 10111 1011011 10110 0 1011011 11000010 1010100 101

Color Harmonies of #021217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021217

Black with #021217

Text Example


Text Example

White with #021217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021217; }

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

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

background-color css

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

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

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

border-color css

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

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

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