#210932

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

Shades of Blackcurrant #210932

Tints of Blackcurrant #210932

Color information

#210932 (or 0x210932) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 32. RGB value is (33,9,50). Sum of RGB (Red+Green+Blue) = 33+9+50=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #210932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210932 is #DEF6CD. Grayscale: #141414. Windows color (decimal): -14612174 or 3279137. OLE color: 3279137.

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

Color convert

RGB33950-
CMYK0.340.8200.80
HSL275.12º69.49%11.57%-
HSV(B)275.12º82%19.61%-
XYZ1.30.753.09-
YUV20.85144.45136.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=35.87%
G=9.78%
B=54.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal339500.340.8200.80275.1269.4911.57
Hex21932225205011345c
Octal41116242122012042310514
Binary100001100111001010001010100100101000010001001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210932; }

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

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

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

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

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

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

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

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