#210B2D

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

Shades of Blackcurrant #210B2D

Tints of Blackcurrant #210B2D

Color information

#210B2D (or 0x210B2D) is unknown color: approx Blackcurrant. HEX triplet: 21, 0B and 2D. RGB value is (33,11,45). Sum of RGB (Red+Green+Blue) = 33+11+45=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #210B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B2D is #DEF4D2. Grayscale: #151515. Windows color (decimal): -14611667 or 2951969. OLE color: 2951969.

HSL color Cylindrical-coordinate representation of color #210B2D: hue angle of 278.82º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210B2D is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB331145-
CMYK0.270.7600.82
HSL278.82º60.71%10.98%-
HSV(B)278.82º75.56%17.65%-
XYZ1.220.752.56-
YUV21.45141.29136.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=37.08%
G=12.36%
B=50.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3311450.270.7600.82278.8260.7110.98
Hex21B2D1B4C0521173db
Octal4113553311401224277513
Binary1000011011101101110111001100010100101000101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,11,45); }

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

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

 a { background-color: rgb(33,11,45); }

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

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

 span { border-color: rgb(33,11,45); }

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