#27053E

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

Shades of Blackcurrant #27053E

Tints of Blackcurrant #27053E

Color information

#27053E (or 0x27053E) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 3E. RGB value is (39,5,62). Sum of RGB (Red+Green+Blue) = 39+5+62=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 62 (24.61% from 255 or 58.49% from 106); Max value from RGB is 62 - color contains mainly: blue. Hex color #27053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27053E is #D8FAC1. Grayscale: #151515. Windows color (decimal): -14219970 or 4064551. OLE color: 4064551.

HSL color Cylindrical-coordinate representation of color #27053E: hue angle of 275.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27053E is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB39562-
CMYK0.370.9200.76
HSL275.79º85.07%13.14%-
HSV(B)275.79º91.94%24.31%-
XYZ1.760.894.64-
YUV21.66150.76140.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 62 (24.61% from 255) = 58.49%
R=36.79%
G=4.72%
B=58.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal395620.370.9200.76275.7985.0713.14
Hex2753E255C04C11455d
Octal4757645134011442412515
Binary10011110111111010010110111000100110010001010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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