Html Css Color HEX #340540 Blackcurrant

📋 copy color: '#340540'

red 52 ◦ green 5 ◦ blue 64

#340540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #340540

Tints of Blackcurrant #340540

RGB

 RED value IS 52 (20.7% from 255) = 42.98%

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 64 (25.39% from 255) = 52.89%

R = 42.98%
G = 4.13%
B = 52.89%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#340540 (or 0x340540) is known color: Blackcurrant. HEX triplet: 34, 05 and 40. RGB value is (52,5,64). Sum of RGB (Red+Green+Blue) = 52+5+64=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #340540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340540 is #CBFABF. Grayscale: #191919. Windows color (decimal): -13368000 or 4195636. OLE color: 4195636.

HSL color Cylindrical-coordinate representation of color #340540: hue angle of 287.8º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340540 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 5 64 -
CMYK 0.19 0.92 0 0.75
HSL 287.8º 0.86% 0.14% -
HSV(B) 287.8º 0.92% 0.25% -
XYZ 2.4 1.21 4.96 -
YUV 25.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 52 5 64 0.19 0.92 0 0.75 287.8 0.86 0.14
Hex 34 5 40 13 5C 0 4B 120 56 E
Octal 64 5 100 23 134 0 113 440 126 16
Binary 110100 101 1000000 10011 1011100 0 1001011 100100000 1010110 1110

Color Harmonies of #340540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340540

Black with #340540

Text Example


Text Example

White with #340540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340540; }

 p { color: rgb(52,5,64); }

 H1.HeaderClassName
 {
   color: #340540;
 }
 .AnyTagClassName
 {
   color: #340540;
 }
</style>

background-color css

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

 a { background-color: rgb(52,5,64); }

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

border-color css

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

 span { border-color: rgb(52,5,64); }

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