#211231

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

Shades of Blackcurrant #211231

Tints of Blackcurrant #211231

Color information

#211231 (or 0x211231) is unknown color: approx Blackcurrant. HEX triplet: 21, 12 and 31. RGB value is (33,18,49). Sum of RGB (Red+Green+Blue) = 33+18+49=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #211231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211231 is #DEEDCE. Grayscale: #191919. Windows color (decimal): -14609871 or 3215905. OLE color: 3215905.

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

Color convert

RGB331849-
CMYK0.330.6300.81
HSL269.03º46.27%13.14%-
HSV(B)269.03º63.27%19.22%-
XYZ1.40.983.02-
YUV26.02140.97132.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 49 (19.53% from 255) = 49%
R=33%
G=18%
B=49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3318490.330.6300.81269.0346.2713.14
Hex211231213F05110d2ed
Octal412261417701214155615
Binary10000110010110001100001111111010100011000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211231; }

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

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

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

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

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

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

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

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