#221238

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

Shades of Blackcurrant #221238

Tints of Blackcurrant #221238

Color information

#221238 (or 0x221238) is unknown color: approx Blackcurrant. HEX triplet: 22, 12 and 38. RGB value is (34,18,56). Sum of RGB (Red+Green+Blue) = 34+18+56=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #221238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221238 is #DDEDC7. Grayscale: #1A1A1A. Windows color (decimal): -14544328 or 3674658. OLE color: 3674658.

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

Color convert

RGB341856-
CMYK0.390.6800.78
HSL265.26º51.35%14.51%-
HSV(B)265.26º67.86%21.96%-
XYZ1.591.063.86-
YUV27.12144.3132.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.48%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=31.48%
G=16.67%
B=51.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3418560.390.6800.78265.2651.3514.51
Hex221238274404E10933f
Octal4222704710401164116317
Binary100010100101110001001111000100010011101000010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221238; }

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

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

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

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

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

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

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

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