#270039

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

Shades of Blackcurrant #270039

Tints of Blackcurrant #270039

Color information

#270039 (or 0x270039) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 39. RGB value is (39,0,57). Sum of RGB (Red+Green+Blue) = 39+0+57=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #270039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270039 is #D8FFC6. Grayscale: #111111. Windows color (decimal): -14221255 or 3735591. OLE color: 3735591.

HSL color Cylindrical-coordinate representation of color #270039: hue angle of 281.05º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270039 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB39057-
CMYK0.32100.78
HSL281.05º100%11.18%-
HSV(B)281.05º100%22.35%-
XYZ1.580.733.93-
YUV18.16149.92142.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 59.38%
R=40.62%
G=0%
B=59.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal390570.32100.78281.0510011.18
Hex27039206404E11964b
Octal4707140144011643114413
Binary100111011100110000011001000100111010001100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270039; }

 p { color: rgb(39,0,57); }

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

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

 a { background-color: rgb(39,0,57); }

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

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

 span { border-color: rgb(39,0,57); }

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