Html Css Color HEX #340C49 Blackcurrant

📋 copy color: '#340C49'

red 52 ◦ green 12 ◦ blue 73

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

Shades of Blackcurrant #340C49

Tints of Blackcurrant #340C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

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

R = 37.96%
G = 8.76%
B = 53.28%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#340C49 (or 0x340C49) is known color: Blackcurrant. HEX triplet: 34, 0C and 49. RGB value is (52,12,73). Sum of RGB (Red+Green+Blue) = 52+12+73=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #340C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C49 is #CBF3B6. Grayscale: #1E1E1E. Windows color (decimal): -13366199 or 4787252. OLE color: 4787252.

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

Color convert

RGB 52 12 73 -
CMYK 0.29 0.84 0 0.71
HSL 279.34º 0.72% 0.17% -
HSV(B) 279.34º 0.84% 0.29% -
XYZ 2.75 1.47 6.44 -
YUV 30.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 52 12 73 0.29 0.84 0 0.71 279.34 0.72 0.17
Hex 34 C 49 1D 54 0 47 117 48 11
Octal 64 14 111 35 124 0 107 427 110 21
Binary 110100 1100 1001001 11101 1010100 0 1000111 100010111 1001000 10001

Color Harmonies of #340C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C49

Black with #340C49

Text Example


Text Example

White with #340C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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