Html Css Color HEX #340356 Blackcurrant

📋 copy color: '#340356'

red 52 ◦ green 3 ◦ blue 86

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

Shades of Blackcurrant #340356

Tints of Blackcurrant #340356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 36.88%
G = 2.13%
B = 60.99%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#340356 (or 0x340356) is known color: Blackcurrant. HEX triplet: 34, 03 and 56. RGB value is (52,3,86). Sum of RGB (Red+Green+Blue) = 52+3+86=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #340356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340356 is #CBFCA9. Grayscale: #1A1A1A. Windows color (decimal): -13368490 or 5636916. OLE color: 5636916.

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

Color convert

RGB 52 3 86 -
CMYK 0.40 0.97 0 0.66
HSL 275.42º 0.93% 0.17% -
HSV(B) 275.42º 0.97% 0.34% -
XYZ 3.13 1.47 8.92 -
YUV 27.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 52 3 86 0.40 0.97 0 0.66 275.42 0.93 0.17
Hex 34 3 56 28 61 0 42 113 5D 11
Octal 64 3 126 50 141 0 102 423 135 21
Binary 110100 11 1010110 101000 1100001 0 1000010 100010011 1011101 10001

Color Harmonies of #340356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340356

Black with #340356

Text Example


Text Example

White with #340356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340356; }

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

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

background-color css

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

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

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

border-color css

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

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

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