#210C34

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

Shades of Blackcurrant #210C34

Tints of Blackcurrant #210C34

Color information

#210C34 (or 0x210C34) is unknown color: approx Blackcurrant. HEX triplet: 21, 0C and 34. RGB value is (33,12,52). Sum of RGB (Red+Green+Blue) = 33+12+52=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #210C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C34 is #DEF3CB. Grayscale: #161616. Windows color (decimal): -14611404 or 3410977. OLE color: 3410977.

HSL color Cylindrical-coordinate representation of color #210C34: hue angle of 271.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #210C34 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB331252-
CMYK0.370.7700.80
HSL271.5º62.5%12.55%-
HSV(B)271.5º76.92%20.39%-
XYZ1.380.833.34-
YUV22.84144.46135.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 12 (5.08% from 255) = 12.37%
BLUE value IS 52 (20.70% from 255) = 53.61%
R=34.02%
G=12.37%
B=53.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3312520.370.7700.80271.562.512.55
Hex21C34254D0501103ed
Octal4114644511501204207615
Binary10000111001101001001011001101010100001000100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,12,52); }

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

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

 a { background-color: rgb(33,12,52); }

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

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

 span { border-color: rgb(33,12,52); }

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