#211134

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

Shades of Blackcurrant #211134

Tints of Blackcurrant #211134

Color information

#211134 (or 0x211134) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 34. RGB value is (33,17,52). Sum of RGB (Red+Green+Blue) = 33+17+52=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #211134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211134 is #DEEECB. Grayscale: #191919. Windows color (decimal): -14610124 or 3412257. OLE color: 3412257.

HSL color Cylindrical-coordinate representation of color #211134: hue angle of 267.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211134 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB331752-
CMYK0.370.6700.80
HSL267.43º50.72%13.53%-
HSV(B)267.43º67.31%20.39%-
XYZ1.450.973.36-
YUV25.77142.8133.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=32.35%
G=16.67%
B=50.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3317520.370.6700.80267.4350.7213.53
Hex211134254305010b33e
Octal4121644510301204136316
Binary100001100011101001001011000011010100001000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211134; }

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

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

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

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

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

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

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

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