#27222C

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

Shades of Blackcurrant #27222C

Tints of Blackcurrant #27222C

Color information

#27222C (or 0x27222C) is unknown color: approx Blackcurrant. HEX triplet: 27, 22 and 2C. RGB value is (39,34,44). Sum of RGB (Red+Green+Blue) = 39+34+44=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #27222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27222C is #D8DDD3. Grayscale: #242424. Windows color (decimal): -14212564 or 2892327. OLE color: 2892327.

HSL color Cylindrical-coordinate representation of color #27222C: hue angle of 270º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #27222C is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB393444-
CMYK0.110.2300.83
HSL270º12.82%15.29%-
HSV(B)270º22.73%17.25%-
XYZ1.861.762.62-
YUV36.64132.16129.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=33.33%
G=29.06%
B=37.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3934440.110.2300.8327012.8215.29
Hex27222CB1705310edf
Octal474254132701234161517
Binary1001111000101011001011101110101001110000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27222C; }

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

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

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

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

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

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

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

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