#270451

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

Shades of Blackcurrant #270451

Tints of Blackcurrant #270451

Color information

#270451 (or 0x270451) is unknown color: approx Blackcurrant. HEX triplet: 27, 04 and 51. RGB value is (39,4,81). Sum of RGB (Red+Green+Blue) = 39+4+81=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #270451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270451 is #D8FBAE. Grayscale: #161616. Windows color (decimal): -14220207 or 5309479. OLE color: 5309479.

HSL color Cylindrical-coordinate representation of color #270451: hue angle of 267.27º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270451 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB39481-
CMYK0.520.9500.68
HSL267.27º90.59%16.67%-
HSV(B)267.27º95.06%31.76%-
XYZ2.371.117.87-
YUV23.24160.6139.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=31.45%
G=3.23%
B=65.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal394810.520.9500.68267.2790.5916.67
Hex27451345F04410b5b11
Octal47412164137010441313321
Binary1001111001010001110100101111101000100100001011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270451; }

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

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

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

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

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

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

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

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