Html Css Color HEX #340355 Blackcurrant

📋 copy color: '#340355'

red 52 ◦ green 3 ◦ blue 85

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

Shades of Blackcurrant #340355

Tints of Blackcurrant #340355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 60.71%

R = 37.14%
G = 2.14%
B = 60.71%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#340355 (or 0x340355) is known color: Blackcurrant. HEX triplet: 34, 03 and 55. RGB value is (52,3,85). Sum of RGB (Red+Green+Blue) = 52+3+85=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #340355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340355 is #CBFCAA. Grayscale: #1A1A1A. Windows color (decimal): -13368491 or 5571380. OLE color: 5571380.

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

Color convert

RGB 52 3 85 -
CMYK 0.39 0.96 0 0.67
HSL 275.85º 0.93% 0.17% -
HSV(B) 275.85º 0.96% 0.33% -
XYZ 3.09 1.45 8.71 -
YUV 27 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 52 3 85 0.39 0.96 0 0.67 275.85 0.93 0.17
Hex 34 3 55 27 60 0 43 114 5D 11
Octal 64 3 125 47 140 0 103 424 135 21
Binary 110100 11 1010101 100111 1100000 0 1000011 100010100 1011101 10001

Color Harmonies of #340355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340355

Black with #340355

Text Example


Text Example

White with #340355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340355; }

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

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

background-color css

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

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

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

border-color css

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

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

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