#27222B

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

Shades of Blackcurrant #27222B

Tints of Blackcurrant #27222B

Color information

#27222B (or 0x27222B) is unknown color: approx Blackcurrant. HEX triplet: 27, 22 and 2B. RGB value is (39,34,43). Sum of RGB (Red+Green+Blue) = 39+34+43=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 43 - color contains mainly: blue. Hex color #27222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27222B is #D8DDD4. Grayscale: #242424. Windows color (decimal): -14212565 or 2826791. OLE color: 2826791.

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

Color convert

RGB393443-
CMYK0.090.2100.83
HSL273.33º11.69%15.1%-
HSV(B)273.33º20.93%16.86%-
XYZ1.841.752.53-
YUV36.52131.66129.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.62%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=33.62%
G=29.31%
B=37.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3934430.090.2100.83273.3311.6915.1
Hex27222B915053111cf
Octal474253112501234211417
Binary1001111000101010111001101010101001110001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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