Html Css Color HEX #341247 Blackcurrant

📋 copy color: '#341247'

red 52 ◦ green 18 ◦ blue 71

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

Shades of Blackcurrant #341247

Tints of Blackcurrant #341247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 36.88%
G = 12.77%
B = 50.35%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341247 (or 0x341247) is known color: Blackcurrant. HEX triplet: 34, 12 and 47. RGB value is (52,18,71). Sum of RGB (Red+Green+Blue) = 52+18+71=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #341247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341247 is #CBEDB8. Grayscale: #222222. Windows color (decimal): -13364665 or 4657716. OLE color: 4657716.

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

Color convert

RGB 52 18 71 -
CMYK 0.27 0.75 0 0.72
HSL 278.49º 0.6% 0.17% -
HSV(B) 278.49º 0.75% 0.28% -
XYZ 2.77 1.62 6.13 -
YUV 34.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 52 18 71 0.27 0.75 0 0.72 278.49 0.6 0.17
Hex 34 12 47 1B 4B 0 48 116 3C 11
Octal 64 22 107 33 113 0 110 426 74 21
Binary 110100 10010 1000111 11011 1001011 0 1001000 100010110 111100 10001

Color Harmonies of #341247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341247

Black with #341247

Text Example


Text Example

White with #341247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341247; }

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

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

background-color css

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

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

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

border-color css

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

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

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