#211130

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

Shades of Blackcurrant #211130

Tints of Blackcurrant #211130

Color information

#211130 (or 0x211130) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 30. RGB value is (33,17,48). Sum of RGB (Red+Green+Blue) = 33+17+48=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #211130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211130 is #DEEECF. Grayscale: #191919. Windows color (decimal): -14610128 or 3150113. OLE color: 3150113.

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

Color convert

RGB331748-
CMYK0.310.6500.81
HSL270.97º47.69%12.75%-
HSV(B)270.97º64.58%18.82%-
XYZ1.360.942.91-
YUV25.32140.8133.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=33.67%
G=17.35%
B=48.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3317480.310.6500.81270.9747.6912.75
Hex2111301F4105110f30d
Octal4121603710101214176015
Binary10000110001110000111111000001010100011000011111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211130; }

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

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

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

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

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

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

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

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