Html Css Color HEX #341147 Blackcurrant

📋 copy color: '#341147'

red 52 ◦ green 17 ◦ blue 71

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

Shades of Blackcurrant #341147

Tints of Blackcurrant #341147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

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

R = 37.14%
G = 12.14%
B = 50.71%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341147 (or 0x341147) is known color: Blackcurrant. HEX triplet: 34, 11 and 47. RGB value is (52,17,71). Sum of RGB (Red+Green+Blue) = 52+17+71=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #341147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341147 is #CBEEB8. Grayscale: #212121. Windows color (decimal): -13364921 or 4657460. OLE color: 4657460.

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

Color convert

RGB 52 17 71 -
CMYK 0.27 0.76 0 0.72
HSL 278.89º 0.61% 0.17% -
HSV(B) 278.89º 0.76% 0.28% -
XYZ 2.75 1.59 6.12 -
YUV 33.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 52 17 71 0.27 0.76 0 0.72 278.89 0.61 0.17
Hex 34 11 47 1B 4C 0 48 117 3D 11
Octal 64 21 107 33 114 0 110 427 75 21
Binary 110100 10001 1000111 11011 1001100 0 1001000 100010111 111101 10001

Color Harmonies of #341147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341147

Black with #341147

Text Example


Text Example

White with #341147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341147; }

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

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

background-color css

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

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

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

border-color css

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

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

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