Html Css Color HEX #340049 Blackcurrant

📋 copy color: '#340049'

red 52 ◦ green 0 ◦ blue 73

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

Shades of Blackcurrant #340049

Tints of Blackcurrant #340049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 58.4%

R = 41.6%
G = 0%
B = 58.4%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#340049 (or 0x340049) is known color: Blackcurrant. HEX triplet: 34, 00 and 49. RGB value is (52,0,73). Sum of RGB (Red+Green+Blue) = 52+0+73=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #340049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340049 is #CBFFB6. Grayscale: #171717. Windows color (decimal): -13369271 or 4784180. OLE color: 4784180.

HSL color Cylindrical-coordinate representation of color #340049: hue angle of 282.74º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340049 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 0 73 -
CMYK 0.29 1 0 0.71
HSL 282.74º 1% 0.14% -
HSV(B) 282.74º 1% 0.29% -
XYZ 2.62 1.21 6.4 -
YUV 23.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 52 0 73 0.29 1 0 0.71 282.74 1 0.14
Hex 34 0 49 1D 64 0 47 11B 64 E
Octal 64 0 111 35 144 0 107 433 144 16
Binary 110100 0 1001001 11101 1100100 0 1000111 100011011 1100100 1110

Color Harmonies of #340049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340049

Black with #340049

Text Example


Text Example

White with #340049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340049; }

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

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

background-color css

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

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

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

border-color css

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

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

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