#221338

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

Shades of Blackcurrant #221338

Tints of Blackcurrant #221338

Color information

#221338 (or 0x221338) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 38. RGB value is (34,19,56). Sum of RGB (Red+Green+Blue) = 34+19+56=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #221338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221338 is #DDECC7. Grayscale: #1B1B1B. Windows color (decimal): -14544072 or 3674914. OLE color: 3674914.

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

Color convert

RGB341956-
CMYK0.390.6600.78
HSL264.32º49.33%14.71%-
HSV(B)264.32º66.07%21.96%-
XYZ1.611.093.87-
YUV27.7143.97132.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.19%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=31.19%
G=17.43%
B=51.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3419560.390.6600.78264.3249.3314.71
Hex221338274204E10831f
Octal4223704710201164106117
Binary100010100111110001001111000010010011101000010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221338; }

 p { color: rgb(34,19,56); }

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

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

 a { background-color: rgb(34,19,56); }

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

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

 span { border-color: rgb(34,19,56); }

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