#27054B

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

Shades of Blackcurrant #27054B

Tints of Blackcurrant #27054B

Color information

#27054B (or 0x27054B) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 4B. RGB value is (39,5,75). Sum of RGB (Red+Green+Blue) = 39+5+75=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #27054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27054B is #D8FAB4. Grayscale: #161616. Windows color (decimal): -14219957 or 4916519. OLE color: 4916519.

HSL color Cylindrical-coordinate representation of color #27054B: hue angle of 269.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27054B is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB39575-
CMYK0.480.9300.71
HSL269.14º87.5%15.69%-
HSV(B)269.14º93.33%29.41%-
XYZ2.161.056.74-
YUV23.15157.26139.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=32.77%
G=4.20%
B=63.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal395750.480.9300.71269.1487.515.69
Hex2754B305D04710d5810
Octal47511360135010741513020
Binary1001111011001011110000101110101000111100001101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27054B; }

 p { color: rgb(39,5,75); }

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

<style>
 a { background-color: #27054B; }

 a { background-color: rgb(39,5,75); }

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

<style>
 span { border-color: #27054B; }

 span { border-color: rgb(39,5,75); }

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