#340455

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

Shades of Blackcurrant #340455

Tints of Blackcurrant #340455

Color information

#340455 (or 0x340455) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 55. RGB value is (52,4,85). Sum of RGB (Red+Green+Blue) = 52+4+85=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #340455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340455 is #CBFBAA. Grayscale: #1B1B1B. Windows color (decimal): -13368235 or 5571636. OLE color: 5571636.

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

Color convert

RGB52485-
CMYK0.390.9500.67
HSL275.56º91.01%17.45%-
HSV(B)275.56º95.29%33.33%-
XYZ3.11.478.72-
YUV27.59160.4145.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 85 (33.59% from 255) = 60.28%
R=36.88%
G=2.84%
B=60.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal524850.390.9500.67275.5691.0117.45
Hex34455275F0431145b11
Octal64412547137010342413321
Binary1101001001010101100111101111101000011100010100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340455; }

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

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

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

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

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

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

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

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