#27053A

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

Shades of Blackcurrant #27053A

Tints of Blackcurrant #27053A

Color information

#27053A (or 0x27053A) is unknown color: approx Blackcurrant. HEX triplet: 27, 05 and 3A. RGB value is (39,5,58). Sum of RGB (Red+Green+Blue) = 39+5+58=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #27053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27053A is #D8FAC5. Grayscale: #151515. Windows color (decimal): -14219974 or 3802407. OLE color: 3802407.

HSL color Cylindrical-coordinate representation of color #27053A: hue angle of 278.49º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27053A is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB39558-
CMYK0.330.9100.77
HSL278.49º84.13%12.35%-
HSV(B)278.49º91.38%22.75%-
XYZ1.650.854.08-
YUV21.21148.76140.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 58 (23.05% from 255) = 56.86%
R=38.24%
G=4.90%
B=56.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal395580.330.9100.77278.4984.1312.35
Hex2753A215B04D11654c
Octal4757241133011542612414
Binary10011110111101010000110110110100110110001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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