#27093C

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

Shades of Blackcurrant #27093C

Tints of Blackcurrant #27093C

Color information

#27093C (or 0x27093C) is unknown color: approx Blackcurrant. HEX triplet: 27, 09 and 3C. RGB value is (39,9,60). Sum of RGB (Red+Green+Blue) = 39+9+60=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #27093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27093C is #D8F6C3. Grayscale: #171717. Windows color (decimal): -14218948 or 3934503. OLE color: 3934503.

HSL color Cylindrical-coordinate representation of color #27093C: hue angle of 275.29º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27093C is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB39960-
CMYK0.350.8500.76
HSL275.29º73.91%13.53%-
HSV(B)275.29º85%23.53%-
XYZ1.750.954.37-
YUV23.78148.44138.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 60 (23.83% from 255) = 55.56%
R=36.11%
G=8.33%
B=55.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal399600.350.8500.76275.2973.9113.53
Hex2793C235504C1134ae
Octal47117443125011442311216
Binary100111100111110010001110101010100110010001001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,9,60); }

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

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

 a { background-color: rgb(39,9,60); }

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

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

 span { border-color: rgb(39,9,60); }

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