#211C25

Color #211C25 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #211C25

Tints of Blackcurrant #211C25

Color information

#211C25 (or 0x211C25) is unknown color: approx 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

RGB332837-
CMYK0.110.2400.85
HSL273.33º13.85%12.75%-
HSV(B)273.33º24.32%14.51%-
XYZ1.381.291.93-
YUV30.52131.66129.77-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3328370.110.2400.85273.3313.8512.75
Hex211C25B18055111ed
Octal413445133001254211615
Binary100001111001001011011110000101010110001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>