Html Css Color HEX #340059 Blackcurrant

📋 copy color: '#340059'

red 52 ◦ green 0 ◦ blue 89

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

Shades of Blackcurrant #340059

Tints of Blackcurrant #340059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 63.12%

R = 36.88%
G = 0%
B = 63.12%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#340059 (or 0x340059) is known color: Blackcurrant. HEX triplet: 34, 00 and 59. RGB value is (52,0,89). Sum of RGB (Red+Green+Blue) = 52+0+89=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #340059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340059 is #CBFFA6. Grayscale: #191919. Windows color (decimal): -13369255 or 5832756. OLE color: 5832756.

HSL color Cylindrical-coordinate representation of color #340059: hue angle of 275.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340059 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 0 89 -
CMYK 0.42 1 0 0.65
HSL 275.06º 1% 0.17% -
HSV(B) 275.06º 1% 0.35% -
XYZ 3.22 1.45 9.56 -
YUV 25.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 52 0 89 0.42 1 0 0.65 275.06 1 0.17
Hex 34 0 59 2A 64 0 41 113 64 11
Octal 64 0 131 52 144 0 101 423 144 21
Binary 110100 0 1011001 101010 1100100 0 1000001 100010011 1100100 10001

Color Harmonies of #340059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340059

Black with #340059

Text Example


Text Example

White with #340059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340059; }

 p { color: rgb(52,0,89); }

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

background-color css

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

 a { background-color: rgb(52,0,89); }

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

border-color css

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

 span { border-color: rgb(52,0,89); }

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