#270832

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

Shades of Blackcurrant #270832

Tints of Blackcurrant #270832

Color information

#270832 (or 0x270832) is unknown color: approx Blackcurrant. HEX triplet: 27, 08 and 32. RGB value is (39,8,50). Sum of RGB (Red+Green+Blue) = 39+8+50=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #270832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270832 is #D8F7CD. Grayscale: #151515. Windows color (decimal): -14219214 or 3278887. OLE color: 3278887.

HSL color Cylindrical-coordinate representation of color #270832: hue angle of 284.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #270832 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB39850-
CMYK0.220.8400.80
HSL284.29º72.41%11.37%-
HSV(B)284.29º84%19.61%-
XYZ1.50.843.1-
YUV22.06143.77140.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 50 (19.92% from 255) = 51.55%
R=40.21%
G=8.25%
B=51.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal398500.220.8400.80284.2972.4111.37
Hex27832165405011c48b
Octal47106226124012043411013
Binary10011110001100101011010101000101000010001110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270832; }

 p { color: rgb(39,8,50); }

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

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

 a { background-color: rgb(39,8,50); }

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

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

 span { border-color: rgb(39,8,50); }

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