#221127

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

Shades of Blackcurrant #221127

Tints of Blackcurrant #221127

Color information

#221127 (or 0x221127) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 27. RGB value is (34,17,39). Sum of RGB (Red+Green+Blue) = 34+17+39=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #221127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221127 is #DDEED8. Grayscale: #181818. Windows color (decimal): -14544601 or 2560290. OLE color: 2560290.

HSL color Cylindrical-coordinate representation of color #221127: hue angle of 286.36º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #221127 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB341739-
CMYK0.130.5600.85
HSL286.36º39.29%10.98%-
HSV(B)286.36º56.41%15.29%-
XYZ1.230.892.03-
YUV24.59136.13134.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=37.78%
G=18.89%
B=43.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3417390.130.5600.85286.3639.2910.98
Hex221127D3805511e27b
Octal422147157001254364713
Binary100010100011001111101111000010101011000111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221127; }

 p { color: rgb(34,17,39); }

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

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

 a { background-color: rgb(34,17,39); }

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

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

 span { border-color: rgb(34,17,39); }

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