#211124

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

Shades of Blackcurrant #211124

Tints of Blackcurrant #211124

Color information

#211124 (or 0x211124) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 24. RGB value is (33,17,36). Sum of RGB (Red+Green+Blue) = 33+17+36=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 36 - color contains mainly: blue. Hex color #211124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211124 is #DEEEDB. Grayscale: #171717. Windows color (decimal): -14610140 or 2363681. OLE color: 2363681.

HSL color Cylindrical-coordinate representation of color #211124: hue angle of 290.53º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #211124 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB331736-
CMYK0.080.5300.86
HSL290.53º35.85%10.39%-
HSV(B)290.53º52.78%14.12%-
XYZ1.150.851.77-
YUV23.95134.8134.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 36 (14.45% from 255) = 41.86%
R=38.37%
G=19.77%
B=41.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3317360.080.5300.86290.5335.8510.39
Hex21112483505612324a
Octal412144106501264434412
Binary100001100011001001000110101010101101001000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211124; }

 p { color: rgb(33,17,36); }

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

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

 a { background-color: rgb(33,17,36); }

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

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

 span { border-color: rgb(33,17,36); }

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