#210B32

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

Shades of Blackcurrant #210B32

Tints of Blackcurrant #210B32

Color information

#210B32 (or 0x210B32) is unknown color: approx Blackcurrant. HEX triplet: 21, 0B and 32. RGB value is (33,11,50). Sum of RGB (Red+Green+Blue) = 33+11+50=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #210B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B32 is #DEF4CD. Grayscale: #151515. Windows color (decimal): -14611662 or 3279649. OLE color: 3279649.

HSL color Cylindrical-coordinate representation of color #210B32: hue angle of 273.85º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #210B32 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB331150-
CMYK0.340.7800.80
HSL273.85º63.93%11.96%-
HSV(B)273.85º78%19.61%-
XYZ1.320.793.1-
YUV22.02143.79135.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 50 (19.92% from 255) = 53.19%
R=35.11%
G=11.70%
B=53.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3311500.340.7800.80273.8563.9311.96
Hex21B32224E05011240c
Octal41136242116012042210014
Binary100001101111001010001010011100101000010001001010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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