#210B31

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

Shades of Blackcurrant #210B31

Tints of Blackcurrant #210B31

Color information

#210B31 (or 0x210B31) is unknown color: approx Blackcurrant. HEX triplet: 21, 0B and 31. RGB value is (33,11,49). Sum of RGB (Red+Green+Blue) = 33+11+49=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #210B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B31 is #DEF4CE. Grayscale: #151515. Windows color (decimal): -14611663 or 3214113. OLE color: 3214113.

HSL color Cylindrical-coordinate representation of color #210B31: hue angle of 274.74º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #210B31 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB331149-
CMYK0.330.7800.81
HSL274.74º63.33%11.76%-
HSV(B)274.74º77.55%19.22%-
XYZ1.30.782.99-
YUV21.91143.29135.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=35.48%
G=11.83%
B=52.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3311490.330.7800.81274.7463.3311.76
Hex21B31214E0511133fc
Octal4113614111601214237714
Binary10000110111100011000011001110010100011000100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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