#270246

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

Shades of Blackcurrant #270246

Tints of Blackcurrant #270246

Color information

#270246 (or 0x270246) is unknown color: approx Blackcurrant. HEX triplet: 27, 02 and 46. RGB value is (39,2,70). Sum of RGB (Red+Green+Blue) = 39+2+70=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #270246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270246 is #D8FDB9. Grayscale: #141414. Windows color (decimal): -14220730 or 4588071. OLE color: 4588071.

HSL color Cylindrical-coordinate representation of color #270246: hue angle of 272.65º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270246 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB39270-
CMYK0.440.9700.73
HSL272.65º94.44%14.12%-
HSV(B)272.65º97.14%27.45%-
XYZ1.960.925.87-
YUV20.82155.76140.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 70 (27.73% from 255) = 63.06%
R=35.14%
G=1.80%
B=63.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal392700.440.9700.73272.6594.4414.12
Hex272462C610491115ee
Octal47210654141011142113616
Binary10011110100011010110011000010100100110001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270246; }

 p { color: rgb(39,2,70); }

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

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

 a { background-color: rgb(39,2,70); }

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

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

 span { border-color: rgb(39,2,70); }

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