#211925

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

Shades of Blackcurrant #211925

Tints of Blackcurrant #211925

Color information

#211925 (or 0x211925) is unknown color: approx Blackcurrant. HEX triplet: 21, 19 and 25. RGB value is (33,25,37). Sum of RGB (Red+Green+Blue) = 33+25+37=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #211925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211925 is #DEE6DA. Grayscale: #1C1C1C. Windows color (decimal): -14608091 or 2431265. OLE color: 2431265.

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

Color convert

RGB332537-
CMYK0.110.3200.85
HSL280º19.35%12.16%-
HSV(B)280º32.43%14.51%-
XYZ1.311.151.9-
YUV28.76132.65131.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=34.74%
G=26.32%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3325370.110.3200.8528019.3512.16
Hex211925B2005511813c
Octal413145134001254302314
Binary10000111001100101101110000001010101100011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211925; }

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

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

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

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

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

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

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

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