Html Css Color HEX #021C23 Black Pearl

📋 copy color: '#021C23'

red 2 ◦ green 28 ◦ blue 35

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

Shades of Black Pearl #021C23

Tints of Black Pearl #021C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 43.08%

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

R = 3.08%
G = 43.08%
B = 53.85%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#021C23 (or 0x021C23) is known color: Black Pearl. HEX triplet: 02, 1C and 23. RGB value is (2,28,35). Sum of RGB (Red+Green+Blue) = 2+28+35=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #021C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C23 is #FDE3DC. Grayscale: #141414. Windows color (decimal): -16638941 or 2300930. OLE color: 2300930.

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

Color convert

RGB 2 28 35 -
CMYK 0.94 0.20 0 0.86
HSL 192.73º 0.89% 0.07% -
HSV(B) 192.73º 0.94% 0.14% -
XYZ 0.74 0.96 1.74 -
YUV 21.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 2 28 35 0.94 0.20 0 0.86 192.73 0.89 0.07
Hex 2 1C 23 5E 14 0 56 C1 59 7
Octal 2 34 43 136 24 0 126 301 131 7
Binary 10 11100 100011 1011110 10100 0 1010110 11000001 1011001 111

Color Harmonies of #021C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C23

Black with #021C23

Text Example


Text Example

White with #021C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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