#211024

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

Shades of Blackcurrant #211024

Tints of Blackcurrant #211024

Color information

#211024 (or 0x211024) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 24. RGB value is (33,16,36). Sum of RGB (Red+Green+Blue) = 33+16+36=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #211024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211024 is #DEEFDB. Grayscale: #171717. Windows color (decimal): -14610396 or 2363425. OLE color: 2363425.

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

Color convert

RGB331636-
CMYK0.080.5600.86
HSL291º38.46%10.2%-
HSV(B)291º55.56%14.12%-
XYZ1.130.821.77-
YUV23.36135.13134.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 36 (14.45% from 255) = 42.35%
R=38.82%
G=18.82%
B=42.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3316360.080.5600.8629138.4610.2
Hex21102483805612326a
Octal412044107001264434612
Binary100001100001001001000111000010101101001000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211024; }

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

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

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

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

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

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

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

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