#210F24

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

Shades of Blackcurrant #210F24

Tints of Blackcurrant #210F24

Color information

#210F24 (or 0x210F24) is unknown color: approx Blackcurrant. HEX triplet: 21, 0F and 24. RGB value is (33,15,36). Sum of RGB (Red+Green+Blue) = 33+15+36=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #210F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F24 is #DEF0DB. Grayscale: #161616. Windows color (decimal): -14610652 or 2363169. OLE color: 2363169.

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

Color convert

RGB331536-
CMYK0.080.5800.86
HSL291.43º41.18%10%-
HSV(B)291.43º58.33%14.12%-
XYZ1.120.791.76-
YUV22.78135.46135.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 36 (14.45% from 255) = 42.86%
R=39.29%
G=17.86%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3315360.080.5800.86291.4341.1810
Hex21F2483A05612329a
Octal411744107201264435112
Binary10000111111001001000111010010101101001000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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