#340451

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

Shades of Blackcurrant #340451

Tints of Blackcurrant #340451

Color information

#340451 (or 0x340451) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 51. RGB value is (52,4,81). Sum of RGB (Red+Green+Blue) = 52+4+81=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #340451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340451 is #CBFBAE. Grayscale: #1A1A1A. Windows color (decimal): -13368239 or 5309492. OLE color: 5309492.

HSL color Cylindrical-coordinate representation of color #340451: hue angle of 277.4º 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 #340451 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52481-
CMYK0.360.9500.68
HSL277.4º90.59%16.67%-
HSV(B)277.4º95.06%31.76%-
XYZ2.941.417.9-
YUV27.13158.4145.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 81 (32.03% from 255) = 59.12%
R=37.96%
G=2.92%
B=59.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal524810.360.9500.68277.490.5916.67
Hex34451245F0441155b11
Octal64412144137010442513321
Binary1101001001010001100100101111101000100100010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340451; }

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

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

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

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

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

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

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

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