#210531

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

Shades of Blackcurrant #210531

Tints of Blackcurrant #210531

Color information

#210531 (or 0x210531) is unknown color: approx Blackcurrant. HEX triplet: 21, 05 and 31. RGB value is (33,5,49). Sum of RGB (Red+Green+Blue) = 33+5+49=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #210531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210531 is #DEFACE. Grayscale: #121212. Windows color (decimal): -14613199 or 3212577. OLE color: 3212577.

HSL color Cylindrical-coordinate representation of color #210531: hue angle of 278.18º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210531 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB33549-
CMYK0.330.9000.81
HSL278.18º81.48%10.59%-
HSV(B)278.18º89.8%19.22%-
XYZ1.240.652.97-
YUV18.39145.28138.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 49 (19.53% from 255) = 56.32%
R=37.93%
G=5.75%
B=56.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal335490.330.9000.81278.1881.4810.59
Hex21531215A05111651b
Octal4156141132012142612113
Binary10000110111000110000110110100101000110001011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210531; }

 p { color: rgb(33,5,49); }

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

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

 a { background-color: rgb(33,5,49); }

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

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

 span { border-color: rgb(33,5,49); }

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