#211530

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

Shades of Blackcurrant #211530

Tints of Blackcurrant #211530

Color information

#211530 (or 0x211530) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 30. RGB value is (33,21,48). Sum of RGB (Red+Green+Blue) = 33+21+48=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #211530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211530 is #DEEACF. Grayscale: #1B1B1B. Windows color (decimal): -14609104 or 3151137. OLE color: 3151137.

HSL color Cylindrical-coordinate representation of color #211530: hue angle of 266.67º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211530 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB332148-
CMYK0.310.5600.81
HSL266.67º39.13%13.53%-
HSV(B)266.67º56.25%18.82%-
XYZ1.431.072.93-
YUV27.67139.48131.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=32.35%
G=20.59%
B=47.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3321480.310.5600.81266.6739.1313.53
Hex2115301F3805110b27e
Octal412560377001214134716
Binary1000011010111000011111111000010100011000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211530; }

 p { color: rgb(33,21,48); }

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

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

 a { background-color: rgb(33,21,48); }

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

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

 span { border-color: rgb(33,21,48); }

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