#210D24

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

Shades of Blackcurrant #210D24

Tints of Blackcurrant #210D24

Color information

#210D24 (or 0x210D24) is unknown color: approx Blackcurrant. HEX triplet: 21, 0D and 24. RGB value is (33,13,36). Sum of RGB (Red+Green+Blue) = 33+13+36=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #210D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D24 is #DEF2DB. Grayscale: #151515. Windows color (decimal): -14611164 or 2362657. OLE color: 2362657.

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

Color convert

RGB331336-
CMYK0.080.6400.86
HSL292.17º46.94%9.61%-
HSV(B)292.17º63.89%14.12%-
XYZ1.090.741.75-
YUV21.6136.13136.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 36 (14.45% from 255) = 43.90%
R=40.24%
G=15.85%
B=43.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3313360.080.6400.86292.1746.949.61
Hex21D248400561242fa
Octal4115441010001264445712
Binary100001110110010010001000000010101101001001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210D24; }

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

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

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

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

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

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

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

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