#270036

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

Shades of Blackcurrant #270036

Tints of Blackcurrant #270036

Color information

#270036 (or 0x270036) is unknown color: approx Blackcurrant. HEX triplet: 27, 00 and 36. RGB value is (39,0,54). Sum of RGB (Red+Green+Blue) = 39+0+54=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #270036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270036 is #D8FFC9. Grayscale: #111111. Windows color (decimal): -14221258 or 3538983. OLE color: 3538983.

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

Color convert

RGB39054-
CMYK0.28100.79
HSL283.33º100%10.59%-
HSV(B)283.33º100%21.18%-
XYZ1.50.73.55-
YUV17.82148.42143.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 58.06%
R=41.94%
G=0%
B=58.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal390540.28100.79283.3310010.59
Hex270361C6404F11b64b
Octal4706634144011743314413
Binary10011101101101110011001000100111110001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270036; }

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

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

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

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

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

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

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

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