#270448

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

Shades of Blackcurrant #270448

Tints of Blackcurrant #270448

Color information

#270448 (or 0x270448) is unknown color: approx Blackcurrant. HEX triplet: 27, 04 and 48. RGB value is (39,4,72). Sum of RGB (Red+Green+Blue) = 39+4+72=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #270448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270448 is #D8FBB7. Grayscale: #151515. Windows color (decimal): -14220216 or 4719655. OLE color: 4719655.

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

Color convert

RGB39472-
CMYK0.460.9400.72
HSL270.88º89.47%14.9%-
HSV(B)270.88º94.44%28.24%-
XYZ2.050.996.21-
YUV22.22156.1139.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.91%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=33.91%
G=3.48%
B=62.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal394720.460.9400.72270.8889.4714.9
Hex274482E5E04810f59f
Octal47411056136011041713117
Binary100111100100100010111010111100100100010000111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270448; }

 p { color: rgb(39,4,72); }

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

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

 a { background-color: rgb(39,4,72); }

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

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

 span { border-color: rgb(39,4,72); }

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