#211233

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

Shades of Blackcurrant #211233

Tints of Blackcurrant #211233

Color information

#211233 (or 0x211233) is unknown color: approx Blackcurrant. HEX triplet: 21, 12 and 33. RGB value is (33,18,51). Sum of RGB (Red+Green+Blue) = 33+18+51=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #211233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211233 is #DEEDCC. Grayscale: #1A1A1A. Windows color (decimal): -14609869 or 3346977. OLE color: 3346977.

HSL color Cylindrical-coordinate representation of color #211233: hue angle of 267.27º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211233 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB331851-
CMYK0.350.6500.8
HSL267.27º47.83%13.53%-
HSV(B)267.27º64.71%20%-
XYZ1.440.993.25-
YUV26.25141.97132.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 51 (20.31% from 255) = 50%
R=32.35%
G=17.65%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3318510.350.6500.8267.2747.8313.53
Hex211233234105010b30e
Octal4122634310101204136016
Binary100001100101100111000111000001010100001000010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211233; }

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

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

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

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

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

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

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

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