#27202E

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

Shades of Blackcurrant #27202E

Tints of Blackcurrant #27202E

Color information

#27202E (or 0x27202E) is unknown color: approx Blackcurrant. HEX triplet: 27, 20 and 2E. RGB value is (39,32,46). Sum of RGB (Red+Green+Blue) = 39+32+46=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 46 - color contains mainly: blue. Hex color #27202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202E is #D8DFD1. Grayscale: #232323. Windows color (decimal): -14213074 or 3022887. OLE color: 3022887.

HSL color Cylindrical-coordinate representation of color #27202E: hue angle of 270º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #27202E is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB393246-
CMYK0.150.3000.82
HSL270º17.95%15.29%-
HSV(B)270º30.43%18.04%-
XYZ1.851.662.81-
YUV35.69133.82130.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=33.33%
G=27.35%
B=39.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3932460.150.3000.8227017.9515.29
Hex27202EF1E05210e12f
Octal474056173601224162217
Binary10011110000010111011111111001010010100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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