Html Css Color HEX #340147 Blackcurrant

📋 copy color: '#340147'

red 52 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #340147

Tints of Blackcurrant #340147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 71 (28.13% from 255) = 57.26%

R = 41.94%
G = 0.81%
B = 57.26%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#340147 (or 0x340147) is known color: Blackcurrant. HEX triplet: 34, 01 and 47. RGB value is (52,1,71). Sum of RGB (Red+Green+Blue) = 52+1+71=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #340147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340147 is #CBFEB8. Grayscale: #181818. Windows color (decimal): -13369017 or 4653364. OLE color: 4653364.

HSL color Cylindrical-coordinate representation of color #340147: hue angle of 283.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340147 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 1 71 -
CMYK 0.27 0.99 0 0.72
HSL 283.71º 0.97% 0.14% -
HSV(B) 283.71º 0.99% 0.28% -
XYZ 2.56 1.21 6.06 -
YUV 24.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 52 1 71 0.27 0.99 0 0.72 283.71 0.97 0.14
Hex 34 1 47 1B 63 0 48 11C 61 E
Octal 64 1 107 33 143 0 110 434 141 16
Binary 110100 1 1000111 11011 1100011 0 1001000 100011100 1100001 1110

Color Harmonies of #340147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340147

Black with #340147

Text Example


Text Example

White with #340147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340147; }

 p { color: rgb(52,1,71); }

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

background-color css

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

 a { background-color: rgb(52,1,71); }

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

border-color css

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

 span { border-color: rgb(52,1,71); }

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