#221427

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

Shades of Blackcurrant #221427

Tints of Blackcurrant #221427

Color information

#221427 (or 0x221427) is unknown color: approx Blackcurrant. HEX triplet: 22, 14 and 27. RGB value is (34,20,39). Sum of RGB (Red+Green+Blue) = 34+20+39=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #221427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221427 is #DDEBD8. Grayscale: #1A1A1A. Windows color (decimal): -14543833 or 2561058. OLE color: 2561058.

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

Color convert

RGB342039-
CMYK0.130.4900.85
HSL284.21º32.2%11.57%-
HSV(B)284.21º48.72%15.29%-
XYZ1.280.992.04-
YUV26.35135.14133.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=36.56%
G=21.51%
B=41.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3420390.130.4900.85284.2132.211.57
Hex221427D3105511c20c
Octal422447156101254344014
Binary100010101001001111101110001010101011000111001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221427; }

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

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

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

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

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

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

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

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