Html Css Color HEX #340556 Blackcurrant

📋 copy color: '#340556'

red 52 ◦ green 5 ◦ blue 86

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

Shades of Blackcurrant #340556

Tints of Blackcurrant #340556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 60.14%

R = 36.36%
G = 3.5%
B = 60.14%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#340556 (or 0x340556) is known color: Blackcurrant. HEX triplet: 34, 05 and 56. RGB value is (52,5,86). Sum of RGB (Red+Green+Blue) = 52+5+86=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #340556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340556 is #CBFAA9. Grayscale: #1C1C1C. Windows color (decimal): -13367978 or 5637428. OLE color: 5637428.

HSL color Cylindrical-coordinate representation of color #340556: hue angle of 274.81º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340556 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 5 86 -
CMYK 0.40 0.94 0 0.66
HSL 274.81º 0.89% 0.18% -
HSV(B) 274.81º 0.94% 0.34% -
XYZ 3.15 1.51 8.93 -
YUV 28.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 52 5 86 0.40 0.94 0 0.66 274.81 0.89 0.18
Hex 34 5 56 28 5E 0 42 113 59 12
Octal 64 5 126 50 136 0 102 423 131 22
Binary 110100 101 1010110 101000 1011110 0 1000010 100010011 1011001 10010

Color Harmonies of #340556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340556

Black with #340556

Text Example


Text Example

White with #340556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340556; }

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

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

background-color css

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

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

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

border-color css

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

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

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