#211039

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

Shades of Blackcurrant #211039

Tints of Blackcurrant #211039

Color information

#211039 (or 0x211039) is unknown color: approx Blackcurrant. HEX triplet: 21, 10 and 39. RGB value is (33,16,57). Sum of RGB (Red+Green+Blue) = 33+16+57=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #211039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211039 is #DEEFC6. Grayscale: #191919. Windows color (decimal): -14610375 or 3739681. OLE color: 3739681.

HSL color Cylindrical-coordinate representation of color #211039: hue angle of 264.88º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211039 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB331657-
CMYK0.420.7200.78
HSL264.88º56.16%14.31%-
HSV(B)264.88º71.93%22.35%-
XYZ1.550.993.98-
YUV25.76145.63133.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=31.13%
G=15.09%
B=53.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3316570.420.7200.78264.8856.1614.31
Hex2110392A4804E10938e
Octal4120715211001164117016
Binary100001100001110011010101001000010011101000010011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211039; }

 p { color: rgb(33,16,57); }

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

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

 a { background-color: rgb(33,16,57); }

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

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

 span { border-color: rgb(33,16,57); }

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