Html Css Color HEX #340B4E Blackcurrant

📋 copy color: '#340B4E'

red 52 ◦ green 11 ◦ blue 78

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

Shades of Blackcurrant #340B4E

Tints of Blackcurrant #340B4E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.8%

 BLUE value IS 78 (30.86% from 255) = 55.32%

R = 36.88%
G = 7.8%
B = 55.32%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#340B4E (or 0x340B4E) is known color: Blackcurrant. HEX triplet: 34, 0B and 4E. RGB value is (52,11,78). Sum of RGB (Red+Green+Blue) = 52+11+78=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #340B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340B4E is #CBF4B1. Grayscale: #1E1E1E. Windows color (decimal): -13366450 or 5114676. OLE color: 5114676.

HSL color Cylindrical-coordinate representation of color #340B4E: hue angle of 276.72º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #340B4E is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 11 78 -
CMYK 0.33 0.86 0 0.69
HSL 276.72º 0.75% 0.17% -
HSV(B) 276.72º 0.86% 0.31% -
XYZ 2.91 1.52 7.35 -
YUV 30.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 52 11 78 0.33 0.86 0 0.69 276.72 0.75 0.17
Hex 34 B 4E 21 56 0 45 115 4B 11
Octal 64 13 116 41 126 0 105 425 113 21
Binary 110100 1011 1001110 100001 1010110 0 1000101 100010101 1001011 10001

Color Harmonies of #340B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340B4E

Black with #340B4E

Text Example


Text Example

White with #340B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,11,78); }

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

background-color css

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

 a { background-color: rgb(52,11,78); }

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

border-color css

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

 span { border-color: rgb(52,11,78); }

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