Html Css Color HEX #340C4D Blackcurrant

📋 copy color: '#340C4D'

red 52 ◦ green 12 ◦ blue 77

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

Shades of Blackcurrant #340C4D

Tints of Blackcurrant #340C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 36.88%
G = 8.51%
B = 54.61%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#340C4D (or 0x340C4D) is known color: Blackcurrant. HEX triplet: 34, 0C and 4D. RGB value is (52,12,77). Sum of RGB (Red+Green+Blue) = 52+12+77=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #340C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C4D is #CBF3B2. Grayscale: #1F1F1F. Windows color (decimal): -13366195 or 5049396. OLE color: 5049396.

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

Color convert

RGB 52 12 77 -
CMYK 0.32 0.84 0 0.70
HSL 276.92º 0.73% 0.17% -
HSV(B) 276.92º 0.84% 0.3% -
XYZ 2.89 1.53 7.16 -
YUV 31.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 52 12 77 0.32 0.84 0 0.70 276.92 0.73 0.17
Hex 34 C 4D 20 54 0 46 115 49 11
Octal 64 14 115 40 124 0 106 425 111 21
Binary 110100 1100 1001101 100000 1010100 0 1000110 100010101 1001001 10001

Color Harmonies of #340C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C4D

Black with #340C4D

Text Example


Text Example

White with #340C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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