#270336

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

Shades of Blackcurrant #270336

Tints of Blackcurrant #270336

Color information

#270336 (or 0x270336) is unknown color: approx Blackcurrant. HEX triplet: 27, 03 and 36. RGB value is (39,3,54). Sum of RGB (Red+Green+Blue) = 39+3+54=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #270336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270336 is #D8FCC9. Grayscale: #131313. Windows color (decimal): -14220490 or 3539751. OLE color: 3539751.

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

Color convert

RGB39354-
CMYK0.280.9400.79
HSL282.35º89.47%11.18%-
HSV(B)282.35º94.44%21.18%-
XYZ1.540.763.56-
YUV19.58147.43141.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 54 (21.48% from 255) = 56.25%
R=40.62%
G=3.12%
B=56.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal393540.280.9400.79282.3589.4711.18
Hex273361C5E04F11a59b
Octal4736634136011743213113
Binary100111111101101110010111100100111110001101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270336; }

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

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

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

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

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

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

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

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