Html Css Color HEX #340E49 Blackcurrant

📋 copy color: '#340E49'

red 52 ◦ green 14 ◦ blue 73

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

Shades of Blackcurrant #340E49

Tints of Blackcurrant #340E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.07%

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

R = 37.41%
G = 10.07%
B = 52.52%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#340E49 (or 0x340E49) is known color: Blackcurrant. HEX triplet: 34, 0E and 49. RGB value is (52,14,73). Sum of RGB (Red+Green+Blue) = 52+14+73=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #340E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E49 is #CBF1B6. Grayscale: #1F1F1F. Windows color (decimal): -13365687 or 4787764. OLE color: 4787764.

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

Color convert

RGB 52 14 73 -
CMYK 0.29 0.81 0 0.71
HSL 278.64º 0.68% 0.17% -
HSV(B) 278.64º 0.81% 0.29% -
XYZ 2.78 1.53 6.45 -
YUV 32.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 52 14 73 0.29 0.81 0 0.71 278.64 0.68 0.17
Hex 34 E 49 1D 51 0 47 117 44 11
Octal 64 16 111 35 121 0 107 427 104 21
Binary 110100 1110 1001001 11101 1010001 0 1000111 100010111 1000100 10001

Color Harmonies of #340E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E49

Black with #340E49

Text Example


Text Example

White with #340E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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