#27044C

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

Shades of Blackcurrant #27044C

Tints of Blackcurrant #27044C

Color information

#27044C (or 0x27044C) is unknown color: approx Blackcurrant. HEX triplet: 27, 04 and 4C. RGB value is (39,4,76). Sum of RGB (Red+Green+Blue) = 39+4+76=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #27044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27044C is #D8FBB3. Grayscale: #161616. Windows color (decimal): -14220212 or 4981799. OLE color: 4981799.

HSL color Cylindrical-coordinate representation of color #27044C: hue angle of 269.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27044C is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB39476-
CMYK0.490.9500.70
HSL269.17º90%15.69%-
HSV(B)269.17º94.74%29.8%-
XYZ2.181.046.92-
YUV22.67158.1139.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 76 (30.08% from 255) = 63.87%
R=32.77%
G=3.36%
B=63.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal394760.490.9500.70269.179015.69
Hex2744C315F04610d5a10
Octal47411461137010641513220
Binary1001111001001100110001101111101000110100001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,4,76); }

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

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

 a { background-color: rgb(39,4,76); }

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

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

 span { border-color: rgb(39,4,76); }

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