Html Css Color HEX #211C25 Blackcurrant

📋 copy color: '#211C25'

red 33 ◦ green 28 ◦ blue 37

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

Shades of Blackcurrant #211C25

Tints of Blackcurrant #211C25

RGB

 RED value IS 33 (13.28% from 255) = 33.67%

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

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

R = 33.67%
G = 28.57%
B = 37.76%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#211C25 (or 0x211C25) is known color: Blackcurrant. HEX triplet: 21, 1C and 25. RGB value is (33,28,37). Sum of RGB (Red+Green+Blue) = 33+28+37=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #211C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C25 is #DEE3DA. Grayscale: #1E1E1E. Windows color (decimal): -14607323 or 2432033. OLE color: 2432033.

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

Color convert

RGB 33 28 37 -
CMYK 0.11 0.24 0 0.85
HSL 273.33º 0.14% 0.13% -
HSV(B) 273.33º 0.24% 0.15% -
XYZ 1.38 1.29 1.93 -
YUV 30.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 33 28 37 0.11 0.24 0 0.85 273.33 0.14 0.13
Hex 21 1C 25 B 18 0 55 111 E D
Octal 41 34 45 13 30 0 125 421 16 15
Binary 100001 11100 100101 1011 11000 0 1010101 100010001 1110 1101

Color Harmonies of #211C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C25

Black with #211C25

Text Example


Text Example

White with #211C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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