#210249

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

Shades of Blackcurrant #210249

Tints of Blackcurrant #210249

Color information

#210249 (or 0x210249) is unknown color: approx Blackcurrant. HEX triplet: 21, 02 and 49. RGB value is (33,2,73). Sum of RGB (Red+Green+Blue) = 33+2+73=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #210249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210249 is #DEFDB6. Grayscale: #131313. Windows color (decimal): -14613943 or 4784673. OLE color: 4784673.

HSL color Cylindrical-coordinate representation of color #210249: hue angle of 266.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210249 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33273-
CMYK0.550.9700.71
HSL266.2º94.67%14.71%-
HSV(B)266.2º97.26%28.63%-
XYZ1.850.856.37-
YUV19.36158.27137.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 73 (28.91% from 255) = 67.59%
R=30.56%
G=1.85%
B=67.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal332730.550.9700.71266.294.6714.71
Hex21249376104710a5ff
Octal41211167141010741213717
Binary10000110100100111011111000010100011110000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210249; }

 p { color: rgb(33,2,73); }

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

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

 a { background-color: rgb(33,2,73); }

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

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

 span { border-color: rgb(33,2,73); }

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