#27032E

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

Shades of Blackcurrant #27032E

Tints of Blackcurrant #27032E

Color information

#27032E (or 0x27032E) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 2E. RGB value is (39,3,46). Sum of RGB (Red+Green+Blue) = 39+3+46=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #27032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27032E is #D8FCD1. Grayscale: #121212. Windows color (decimal): -14220498 or 3015463. OLE color: 3015463.

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

Color convert

RGB39346-
CMYK0.150.9300.82
HSL290.23º87.76%9.61%-
HSV(B)290.23º93.48%18.04%-
XYZ1.360.692.65-
YUV18.67143.43142.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 46 (18.36% from 255) = 52.27%
R=44.32%
G=3.41%
B=52.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal393460.150.9300.82290.2387.769.61
Hex2732EF5D05212258a
Octal4735617135012244213012
Binary10011111101110111110111010101001010010001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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