#27202C

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

Shades of Blackcurrant #27202C

Tints of Blackcurrant #27202C

Color information

#27202C (or 0x27202C) is unknown color: approx Blackcurrant. HEX triplet: 27, 20 and 2C. RGB value is (39,32,44). Sum of RGB (Red+Green+Blue) = 39+32+44=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 44 - color contains mainly: blue. Hex color #27202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202C is #D8DFD3. Grayscale: #232323. Windows color (decimal): -14213076 or 2891815. OLE color: 2891815.

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

Color convert

RGB393244-
CMYK0.110.2700.83
HSL275º15.79%14.9%-
HSV(B)275º27.27%17.25%-
XYZ1.811.652.61-
YUV35.46132.82130.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=33.91%
G=27.83%
B=38.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3932440.110.2700.8327515.7914.9
Hex27202CB1B05311310f
Octal474054133301234232017
Binary10011110000010110010111101101010011100010011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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