#340F46

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

Shades of Blackcurrant #340F46

Tints of Blackcurrant #340F46

Color information

#340F46 (or 0x340F46) is unknown color: approx Blackcurrant. HEX triplet: 34, 0F and 46. RGB value is (52,15,70). Sum of RGB (Red+Green+Blue) = 52+15+70=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #340F46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F46 is #CBF0B9. Grayscale: #202020. Windows color (decimal): -13365434 or 4591412. OLE color: 4591412.

HSL color Cylindrical-coordinate representation of color #340F46: hue angle of 280.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340F46 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB521570-
CMYK0.260.7900.73
HSL280.36º64.71%16.67%-
HSV(B)280.36º78.57%27.45%-
XYZ2.691.515.94-
YUV32.33149.26142.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 70 (27.73% from 255) = 51.09%
R=37.96%
G=10.95%
B=51.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5215700.260.7900.73280.3664.7116.67
Hex34F461A4F0491184111
Octal641710632117011143010121
Binary1101001111100011011010100111101001001100011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F46; }

 p { color: rgb(52,15,70); }

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

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

 a { background-color: rgb(52,15,70); }

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

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

 span { border-color: rgb(52,15,70); }

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