Html Css Color HEX #021523 Black Pearl

📋 copy color: '#021523'

red 2 ◦ green 21 ◦ blue 35

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

Shades of Black Pearl #021523

Tints of Black Pearl #021523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 60.34%

R = 3.45%
G = 36.21%
B = 60.34%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#021523 (or 0x021523) is known color: Black Pearl. HEX triplet: 02, 15 and 23. RGB value is (2,21,35). Sum of RGB (Red+Green+Blue) = 2+21+35=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #021523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021523 is #FDEADC. Grayscale: #101010. Windows color (decimal): -16640733 or 2299138. OLE color: 2299138.

HSL color Cylindrical-coordinate representation of color #021523: hue angle of 205.45º 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 #021523 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 2 21 35 -
CMYK 0.94 0.40 0 0.86
HSL 205.45º 0.89% 0.07% -
HSV(B) 205.45º 0.94% 0.14% -
XYZ 0.6 0.67 1.69 -
YUV 16.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 2 21 35 0.94 0.40 0 0.86 205.45 0.89 0.07
Hex 2 15 23 5E 28 0 56 CD 59 7
Octal 2 25 43 136 50 0 126 315 131 7
Binary 10 10101 100011 1011110 101000 0 1010110 11001101 1011001 111

Color Harmonies of #021523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021523

Black with #021523

Text Example


Text Example

White with #021523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021523; }

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

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

background-color css

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

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

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

border-color css

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

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

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