Html Css Color HEX #340449 Blackcurrant

📋 copy color: '#340449'

red 52 ◦ green 4 ◦ blue 73

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

Shades of Blackcurrant #340449

Tints of Blackcurrant #340449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 40.31%
G = 3.1%
B = 56.59%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#340449 (or 0x340449) is known color: Blackcurrant. HEX triplet: 34, 04 and 49. RGB value is (52,4,73). Sum of RGB (Red+Green+Blue) = 52+4+73=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #340449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340449 is #CBFBB6. Grayscale: #191919. Windows color (decimal): -13368247 or 4785204. OLE color: 4785204.

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

Color convert

RGB 52 4 73 -
CMYK 0.29 0.95 0 0.71
HSL 281.74º 0.9% 0.15% -
HSV(B) 281.74º 0.95% 0.29% -
XYZ 2.66 1.3 6.41 -
YUV 26.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 52 4 73 0.29 0.95 0 0.71 281.74 0.9 0.15
Hex 34 4 49 1D 5F 0 47 11A 5A F
Octal 64 4 111 35 137 0 107 432 132 17
Binary 110100 100 1001001 11101 1011111 0 1000111 100011010 1011010 1111

Color Harmonies of #340449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340449

Black with #340449

Text Example


Text Example

White with #340449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340449; }

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

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

background-color css

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

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

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

border-color css

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

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

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