#211237

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

Shades of Blackcurrant #211237

Tints of Blackcurrant #211237

Color information

#211237 (or 0x211237) is unknown color: approx Blackcurrant. HEX triplet: 21, 12 and 37. RGB value is (33,18,55). Sum of RGB (Red+Green+Blue) = 33+18+55=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #211237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211237 is #DEEDC8. Grayscale: #1A1A1A. Windows color (decimal): -14609865 or 3609121. OLE color: 3609121.

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

Color convert

RGB331855-
CMYK0.40.6700.78
HSL264.32º50.68%14.31%-
HSV(B)264.32º67.27%21.57%-
XYZ1.531.033.73-
YUV26.7143.97132.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 55 (21.88% from 255) = 51.89%
R=31.13%
G=16.98%
B=51.89%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3318550.40.6700.78264.3250.6814.31
Hex211237284304E10833e
Octal4122675010301164106316
Binary100001100101101111010001000011010011101000010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211237; }

 p { color: rgb(33,18,55); }

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

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

 a { background-color: rgb(33,18,55); }

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

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

 span { border-color: rgb(33,18,55); }

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