#221233

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

Shades of Blackcurrant #221233

Tints of Blackcurrant #221233

Color information

#221233 (or 0x221233) is unknown color: approx Blackcurrant. HEX triplet: 22, 12 and 33. RGB value is (34,18,51). Sum of RGB (Red+Green+Blue) = 34+18+51=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #221233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221233 is #DDEDCC. Grayscale: #1A1A1A. Windows color (decimal): -14544333 or 3346978. OLE color: 3346978.

HSL color Cylindrical-coordinate representation of color #221233: hue angle of 269.09º 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 #221233 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB341851-
CMYK0.330.6500.8
HSL269.09º47.83%13.53%-
HSV(B)269.09º64.71%20%-
XYZ1.471.013.25-
YUV26.55141.8133.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=33.01%
G=17.48%
B=49.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3418510.330.6500.8269.0947.8313.53
Hex221233214105010d30e
Octal4222634110101204156016
Binary100010100101100111000011000001010100001000011011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221233; }

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

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

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

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

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

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

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

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