#270735

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

Shades of Blackcurrant #270735

Tints of Blackcurrant #270735

Color information

#270735 (or 0x270735) is unknown color: approx Blackcurrant. HEX triplet: 27, 07 and 35. RGB value is (39,7,53). Sum of RGB (Red+Green+Blue) = 39+7+53=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #270735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270735 is #D8F8CA. Grayscale: #151515. Windows color (decimal): -14219467 or 3475239. OLE color: 3475239.

HSL color Cylindrical-coordinate representation of color #270735: hue angle of 281.74º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270735 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB39753-
CMYK0.260.8700.79
HSL281.74º76.67%11.76%-
HSV(B)281.74º86.79%20.78%-
XYZ1.560.843.45-
YUV21.81145.6140.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=39.39%
G=7.07%
B=53.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal397530.260.8700.79281.7476.6711.76
Hex277351A5704F11a4dc
Octal4776532127011743211514
Binary1001111111101011101010101110100111110001101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270735; }

 p { color: rgb(39,7,53); }

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

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

 a { background-color: rgb(39,7,53); }

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

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

 span { border-color: rgb(39,7,53); }

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