#210C33

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

Shades of Blackcurrant #210C33

Tints of Blackcurrant #210C33

Color information

#210C33 (or 0x210C33) is unknown color: approx Blackcurrant. HEX triplet: 21, 0C and 33. RGB value is (33,12,51). Sum of RGB (Red+Green+Blue) = 33+12+51=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #210C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C33 is #DEF3CC. Grayscale: #161616. Windows color (decimal): -14611405 or 3345441. OLE color: 3345441.

HSL color Cylindrical-coordinate representation of color #210C33: hue angle of 272.31º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210C33 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB331251-
CMYK0.350.7600.8
HSL272.31º61.9%12.35%-
HSV(B)272.31º76.47%20%-
XYZ1.360.833.22-
YUV22.72143.96135.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 51 (20.31% from 255) = 53.12%
R=34.38%
G=12.5%
B=53.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3312510.350.7600.8272.3161.912.35
Hex21C33234C0501103ec
Octal4114634311401204207614
Binary10000111001100111000111001100010100001000100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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