#270132

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

Shades of Blackcurrant #270132

Tints of Blackcurrant #270132

Color information

#270132 (or 0x270132) is unknown color: approx Blackcurrant. HEX triplet: 27, 01 and 32. RGB value is (39,1,50). Sum of RGB (Red+Green+Blue) = 39+1+50=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #270132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270132 is #D8FECD. Grayscale: #111111. Windows color (decimal): -14221006 or 3277095. OLE color: 3277095.

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

Color convert

RGB39150-
CMYK0.220.9800.80
HSL286.53º96.08%10%-
HSV(B)286.53º98%19.61%-
XYZ1.420.683.07-
YUV17.95146.09143.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.33%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=43.33%
G=1.11%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal391500.220.9800.80286.5396.0810
Hex27132166205011f60a
Octal4716226142012043714012
Binary10011111100101011011000100101000010001111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270132; }

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

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

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

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

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

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

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

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