#27162F

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

Shades of Blackcurrant #27162F

Tints of Blackcurrant #27162F

Color information

#27162F (or 0x27162F) is unknown color: approx Blackcurrant. HEX triplet: 27, 16 and 2F. RGB value is (39,22,47). Sum of RGB (Red+Green+Blue) = 39+22+47=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 47 - color contains mainly: blue. Hex color #27162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27162F is #D8E9D0. Grayscale: #1D1D1D. Windows color (decimal): -14215633 or 3085863. OLE color: 3085863.

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

Color convert

RGB392247-
CMYK0.170.5300.82
HSL280.8º36.23%13.53%-
HSV(B)280.8º53.19%18.43%-
XYZ1.641.212.84-
YUV29.93137.63134.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=36.11%
G=20.37%
B=43.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3922470.170.5300.82280.836.2313.53
Hex27162F113505211924e
Octal472657216501224314416
Binary1001111011010111110001110101010100101000110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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