#211334

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

Shades of Blackcurrant #211334

Tints of Blackcurrant #211334

Color information

#211334 (or 0x211334) is unknown color: approx Blackcurrant. HEX triplet: 21, 13 and 34. RGB value is (33,19,52). Sum of RGB (Red+Green+Blue) = 33+19+52=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #211334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211334 is #DEECCB. Grayscale: #1A1A1A. Windows color (decimal): -14609612 or 3412769. OLE color: 3412769.

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

Color convert

RGB331952-
CMYK0.370.6300.80
HSL265.45º46.48%13.92%-
HSV(B)265.45º63.46%20.39%-
XYZ1.481.043.37-
YUV26.95142.14132.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 52 (20.70% from 255) = 50%
R=31.73%
G=18.27%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3319520.370.6300.80265.4546.4813.92
Hex211334253F0501092ee
Octal412364457701204115616
Binary10000110011110100100101111111010100001000010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211334; }

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

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

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

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

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

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

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

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