Html Css Color HEX #021C25 Black Pearl

📋 copy color: '#021C25'

red 2 ◦ green 28 ◦ blue 37

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

Shades of Black Pearl #021C25

Tints of Black Pearl #021C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 55.22%

R = 2.99%
G = 41.79%
B = 55.22%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021C25 (or 0x021C25) is known color: Black Pearl. HEX triplet: 02, 1C and 25. RGB value is (2,28,37). Sum of RGB (Red+Green+Blue) = 2+28+37=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #021C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C25 is #FDE3DA. Grayscale: #151515. Windows color (decimal): -16638939 or 2432002. OLE color: 2432002.

HSL color Cylindrical-coordinate representation of color #021C25: hue angle of 195.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021C25 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 28 37 -
CMYK 0.95 0.24 0 0.85
HSL 195.43º 0.9% 0.08% -
HSV(B) 195.43º 0.95% 0.15% -
XYZ 0.77 0.98 1.9 -
YUV 21.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 2 28 37 0.95 0.24 0 0.85 195.43 0.9 0.08
Hex 2 1C 25 5F 18 0 55 C3 5A 8
Octal 2 34 45 137 30 0 125 303 132 10
Binary 10 11100 100101 1011111 11000 0 1010101 11000011 1011010 1000

Color Harmonies of #021C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C25

Black with #021C25

Text Example


Text Example

White with #021C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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