#211825

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

Shades of Blackcurrant #211825

Tints of Blackcurrant #211825

Color information

#211825 (or 0x211825) is unknown color: approx Blackcurrant. HEX triplet: 21, 18 and 25. RGB value is (33,24,37). Sum of RGB (Red+Green+Blue) = 33+24+37=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: blue. Hex color #211825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211825 is #DEE7DA. Grayscale: #1C1C1C. Windows color (decimal): -14608347 or 2431009. OLE color: 2431009.

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

Color convert

RGB332437-
CMYK0.110.3500.85
HSL281.54º21.31%11.96%-
HSV(B)281.54º35.14%14.51%-
XYZ1.291.111.9-
YUV28.17132.98131.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=35.11%
G=25.53%
B=39.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3324370.110.3500.85281.5421.3111.96
Hex211825B2305511a15c
Octal413045134301254322514
Binary10000111000100101101110001101010101100011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211825; }

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

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

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

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

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

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

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

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