#27202F

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

Shades of Blackcurrant #27202F

Tints of Blackcurrant #27202F

Color information

#27202F (or 0x27202F) is unknown color: approx Blackcurrant. HEX triplet: 27, 20 and 2F. RGB value is (39,32,47). Sum of RGB (Red+Green+Blue) = 39+32+47=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 47 - color contains mainly: blue. Hex color #27202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27202F is #D8DFD0. Grayscale: #232323. Windows color (decimal): -14213073 or 3088423. OLE color: 3088423.

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

Color convert

RGB393247-
CMYK0.170.3200.82
HSL268º18.99%15.49%-
HSV(B)268º31.91%18.43%-
XYZ1.871.672.91-
YUV35.8134.32130.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=33.05%
G=27.12%
B=39.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3932470.170.3200.8226818.9915.49
Hex27202F112005210c13f
Octal474057214001224142317
Binary1001111000001011111000110000001010010100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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