Html Css Color HEX #340D4C Blackcurrant

📋 copy color: '#340D4C'

red 52 ◦ green 13 ◦ blue 76

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

Shades of Blackcurrant #340D4C

Tints of Blackcurrant #340D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.22%

 BLUE value IS 76 (30.08% from 255) = 53.9%

R = 36.88%
G = 9.22%
B = 53.9%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#340D4C (or 0x340D4C) is known color: Blackcurrant. HEX triplet: 34, 0D and 4C. RGB value is (52,13,76). Sum of RGB (Red+Green+Blue) = 52+13+76=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #340D4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D4C is #CBF2B3. Grayscale: #1F1F1F. Windows color (decimal): -13365940 or 4984116. OLE color: 4984116.

HSL color Cylindrical-coordinate representation of color #340D4C: hue angle of 277.14º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340D4C is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 13 76 -
CMYK 0.32 0.83 0 0.70
HSL 277.14º 0.71% 0.17% -
HSV(B) 277.14º 0.83% 0.3% -
XYZ 2.86 1.54 6.98 -
YUV 31.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 52 13 76 0.32 0.83 0 0.70 277.14 0.71 0.17
Hex 34 D 4C 20 53 0 46 115 47 11
Octal 64 15 114 40 123 0 106 425 107 21
Binary 110100 1101 1001100 100000 1010011 0 1000110 100010101 1000111 10001

Color Harmonies of #340D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D4C

Black with #340D4C

Text Example


Text Example

White with #340D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,13,76); }

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

background-color css

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

 a { background-color: rgb(52,13,76); }

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

border-color css

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

 span { border-color: rgb(52,13,76); }

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