#210835

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

Shades of Blackcurrant #210835

Tints of Blackcurrant #210835

Color information

#210835 (or 0x210835) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 35. RGB value is (33,8,53). Sum of RGB (Red+Green+Blue) = 33+8+53=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #210835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210835 is #DEF7CA. Grayscale: #141414. Windows color (decimal): -14612427 or 3475489. OLE color: 3475489.

HSL color Cylindrical-coordinate representation of color #210835: hue angle of 273.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210835 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB33853-
CMYK0.380.8500.79
HSL273.33º73.77%11.96%-
HSV(B)273.33º84.91%20.78%-
XYZ1.360.753.44-
YUV20.6146.28136.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 53 (21.09% from 255) = 56.38%
R=35.11%
G=8.51%
B=56.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal338530.380.8500.79273.3373.7711.96
Hex21835265504F1114ac
Octal41106546125011742111214
Binary100001100011010110011010101010100111110001000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210835; }

 p { color: rgb(33,8,53); }

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

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

 a { background-color: rgb(33,8,53); }

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

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

 span { border-color: rgb(33,8,53); }

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