Html Css Color HEX #341547 Blackcurrant

📋 copy color: '#341547'

red 52 ◦ green 21 ◦ blue 71

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

Shades of Blackcurrant #341547

Tints of Blackcurrant #341547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 36.11%
G = 14.58%
B = 49.31%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341547 (or 0x341547) is known color: Blackcurrant. HEX triplet: 34, 15 and 47. RGB value is (52,21,71). Sum of RGB (Red+Green+Blue) = 52+21+71=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #341547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341547 is #CBEAB8. Grayscale: #232323. Windows color (decimal): -13363897 or 4658484. OLE color: 4658484.

HSL color Cylindrical-coordinate representation of color #341547: hue angle of 277.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341547 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 21 71 -
CMYK 0.27 0.70 0 0.72
HSL 277.2º 0.54% 0.18% -
HSV(B) 277.2º 0.7% 0.28% -
XYZ 2.82 1.72 6.14 -
YUV 35.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 52 21 71 0.27 0.70 0 0.72 277.2 0.54 0.18
Hex 34 15 47 1B 46 0 48 115 36 12
Octal 64 25 107 33 106 0 110 425 66 22
Binary 110100 10101 1000111 11011 1000110 0 1001000 100010101 110110 10010

Color Harmonies of #341547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341547

Black with #341547

Text Example


Text Example

White with #341547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341547; }

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

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

background-color css

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

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

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

border-color css

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

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

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