Html Css Color HEX #021518 Black Pearl

📋 copy color: '#021518'

red 2 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #021518

Tints of Black Pearl #021518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 51.06%

R = 4.26%
G = 44.68%
B = 51.06%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021518 (or 0x021518) is known color: Black Pearl. HEX triplet: 02, 15 and 18. RGB value is (2,21,24). Sum of RGB (Red+Green+Blue) = 2+21+24=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #021518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021518 is #FDEAE7. Grayscale: #0F0F0F. Windows color (decimal): -16640744 or 1578242. OLE color: 1578242.

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

Color convert

RGB 2 21 24 -
CMYK 0.92 0.13 0 0.91
HSL 188.18º 0.85% 0.05% -
HSV(B) 188.18º 0.92% 0.09% -
XYZ 0.46 0.62 0.96 -
YUV 15.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 2 21 24 0.92 0.13 0 0.91 188.18 0.85 0.05
Hex 2 15 18 5C D 0 5B BC 55 5
Octal 2 25 30 134 15 0 133 274 125 5
Binary 10 10101 11000 1011100 1101 0 1011011 10111100 1010101 101

Color Harmonies of #021518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021518

Black with #021518

Text Example


Text Example

White with #021518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021518; }

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

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

background-color css

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

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

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

border-color css

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

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

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