#210A2A

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

Shades of Blackcurrant #210A2A

Tints of Blackcurrant #210A2A

Color information

#210A2A (or 0x210A2A) is unknown color: approx Blackcurrant. HEX triplet: 21, 0A and 2A. RGB value is (33,10,42). Sum of RGB (Red+Green+Blue) = 33+10+42=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #210A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A2A is #DEF5D5. Grayscale: #141414. Windows color (decimal): -14611926 or 2755105. OLE color: 2755105.

HSL color Cylindrical-coordinate representation of color #210A2A: hue angle of 283.12º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210A2A is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB331042-
CMYK0.210.7600.84
HSL283.12º61.54%10.2%-
HSV(B)283.12º76.19%16.47%-
XYZ1.150.712.27-
YUV20.52140.12136.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 10 (4.30% from 255) = 11.76%
BLUE value IS 42 (16.80% from 255) = 49.41%
R=38.82%
G=11.76%
B=49.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3310420.210.7600.84283.1261.5410.2
Hex21A2A154C05411b3ea
Octal4112522511401244337612
Binary1000011010101010101011001100010101001000110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,10,42); }

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

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

 a { background-color: rgb(33,10,42); }

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

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

 span { border-color: rgb(33,10,42); }

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