#211A25

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

Shades of Blackcurrant #211A25

Tints of Blackcurrant #211A25

Color information

#211A25 (or 0x211A25) is unknown color: approx Blackcurrant. HEX triplet: 21, 1A and 25. RGB value is (33,26,37). Sum of RGB (Red+Green+Blue) = 33+26+37=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #211A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A25 is #DEE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14607835 or 2431521. OLE color: 2431521.

HSL color Cylindrical-coordinate representation of color #211A25: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #211A25 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB332637-
CMYK0.110.3000.85
HSL278.18º17.46%12.35%-
HSV(B)278.18º29.73%14.51%-
XYZ1.331.21.91-
YUV29.35132.32130.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=34.38%
G=27.08%
B=38.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3326370.110.3000.85278.1817.4612.35
Hex211A25B1E05511611c
Octal413245133601254262114
Binary1000011101010010110111111001010101100010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #211A25;
 }
 .AnyTagClassName
 {
   color: #211A25;
 }
</style>
background-color css

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

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

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

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

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

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