Html Css Color HEX #340C40 Blackcurrant

📋 copy color: '#340C40'

red 52 ◦ green 12 ◦ blue 64

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

Shades of Blackcurrant #340C40

Tints of Blackcurrant #340C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50%

R = 40.63%
G = 9.38%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#340C40 (or 0x340C40) is known color: Blackcurrant. HEX triplet: 34, 0C and 40. RGB value is (52,12,64). Sum of RGB (Red+Green+Blue) = 52+12+64=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #340C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C40 is #CBF3BF. Grayscale: #1D1D1D. Windows color (decimal): -13366208 or 4197428. OLE color: 4197428.

HSL color Cylindrical-coordinate representation of color #340C40: hue angle of 286.15º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340C40 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 12 64 -
CMYK 0.19 0.81 0 0.75
HSL 286.15º 0.68% 0.15% -
HSV(B) 286.15º 0.81% 0.25% -
XYZ 2.47 1.36 4.98 -
YUV 29.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 52 12 64 0.19 0.81 0 0.75 286.15 0.68 0.15
Hex 34 C 40 13 51 0 4B 11E 44 F
Octal 64 14 100 23 121 0 113 436 104 17
Binary 110100 1100 1000000 10011 1010001 0 1001011 100011110 1000100 1111

Color Harmonies of #340C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C40

Black with #340C40

Text Example


Text Example

White with #340C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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