Html Css Color HEX #021517 Black Pearl

📋 copy color: '#021517'

red 2 ◦ green 21 ◦ blue 23

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

Shades of Black Pearl #021517

Tints of Black Pearl #021517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 45.65%

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

R = 4.35%
G = 45.65%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021517 (or 0x021517) is known color: Black Pearl. HEX triplet: 02, 15 and 17. RGB value is (2,21,23). Sum of RGB (Red+Green+Blue) = 2+21+23=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #021517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021517 is #FDEAE8. Grayscale: #0F0F0F. Windows color (decimal): -16640745 or 1512706. OLE color: 1512706.

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

Color convert

RGB 2 21 23 -
CMYK 0.91 0.09 0 0.91
HSL 185.71º 0.84% 0.05% -
HSV(B) 185.71º 0.91% 0.09% -
XYZ 0.45 0.61 0.9 -
YUV 15.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 2 21 23 0.91 0.09 0 0.91 185.71 0.84 0.05
Hex 2 15 17 5B 9 0 5B BA 54 5
Octal 2 25 27 133 11 0 133 272 124 5
Binary 10 10101 10111 1011011 1001 0 1011011 10111010 1010100 101

Color Harmonies of #021517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021517

Black with #021517

Text Example


Text Example

White with #021517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021517; }

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

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

background-color css

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

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

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

border-color css

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

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

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