Html Css Color HEX #341549 Blackcurrant

📋 copy color: '#341549'

red 52 ◦ green 21 ◦ blue 73

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

Shades of Blackcurrant #341549

Tints of Blackcurrant #341549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50%

R = 35.62%
G = 14.38%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#341549 (or 0x341549) is known color: Blackcurrant. HEX triplet: 34, 15 and 49. RGB value is (52,21,73). Sum of RGB (Red+Green+Blue) = 52+21+73=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #341549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341549 is #CBEAB6. Grayscale: #242424. Windows color (decimal): -13363895 or 4789556. OLE color: 4789556.

HSL color Cylindrical-coordinate representation of color #341549: hue angle of 275.77º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341549 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 21 73 -
CMYK 0.29 0.71 0 0.71
HSL 275.77º 0.55% 0.18% -
HSV(B) 275.77º 0.71% 0.29% -
XYZ 2.89 1.75 6.49 -
YUV 36.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 52 21 73 0.29 0.71 0 0.71 275.77 0.55 0.18
Hex 34 15 49 1D 47 0 47 114 37 12
Octal 64 25 111 35 107 0 107 424 67 22
Binary 110100 10101 1001001 11101 1000111 0 1000111 100010100 110111 10010

Color Harmonies of #341549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341549

Black with #341549

Text Example


Text Example

White with #341549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341549; }

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

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

background-color css

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

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

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

border-color css

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

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

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