Html Css Color HEX #021524 Black Pearl

📋 copy color: '#021524'

red 2 ◦ green 21 ◦ blue 36

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

Shades of Black Pearl #021524

Tints of Black Pearl #021524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 61.02%

R = 3.39%
G = 35.59%
B = 61.02%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#021524 (or 0x021524) is known color: Black Pearl. HEX triplet: 02, 15 and 24. RGB value is (2,21,36). Sum of RGB (Red+Green+Blue) = 2+21+36=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #021524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021524 is #FDEADB. Grayscale: #101010. Windows color (decimal): -16640732 or 2364674. OLE color: 2364674.

HSL color Cylindrical-coordinate representation of color #021524: hue angle of 206.47º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021524 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 21 36 -
CMYK 0.94 0.42 0 0.86
HSL 206.47º 0.89% 0.07% -
HSV(B) 206.47º 0.94% 0.14% -
XYZ 0.61 0.68 1.77 -
YUV 17.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 2 21 36 0.94 0.42 0 0.86 206.47 0.89 0.07
Hex 2 15 24 5E 2A 0 56 CE 59 7
Octal 2 25 44 136 52 0 126 316 131 7
Binary 10 10101 100100 1011110 101010 0 1010110 11001110 1011001 111

Color Harmonies of #021524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021524

Black with #021524

Text Example


Text Example

White with #021524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021524; }

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

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

background-color css

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

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

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

border-color css

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

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

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