#210931

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

Shades of Blackcurrant #210931

Tints of Blackcurrant #210931

Color information

#210931 (or 0x210931) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 31. RGB value is (33,9,49). Sum of RGB (Red+Green+Blue) = 33+9+49=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #210931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210931 is #DEF6CE. Grayscale: #141414. Windows color (decimal): -14612175 or 3213601. OLE color: 3213601.

HSL color Cylindrical-coordinate representation of color #210931: hue angle of 276º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210931 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB33949-
CMYK0.330.8200.81
HSL276º68.97%11.37%-
HSV(B)276º81.63%19.22%-
XYZ1.280.742.98-
YUV20.74143.95136.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=36.26%
G=9.89%
B=53.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal339490.330.8200.8127668.9711.37
Hex21931215205111445b
Octal41116141122012142410513
Binary100001100111000110000110100100101000110001010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210931; }

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

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

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

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

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

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

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

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