Html Css Color HEX #341449 Blackcurrant

📋 copy color: '#341449'

red 52 ◦ green 20 ◦ blue 73

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

Shades of Blackcurrant #341449

Tints of Blackcurrant #341449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 35.86%
G = 13.79%
B = 50.34%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#341449 (or 0x341449) is known color: Blackcurrant. HEX triplet: 34, 14 and 49. RGB value is (52,20,73). Sum of RGB (Red+Green+Blue) = 52+20+73=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #341449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341449 is #CBEBB6. Grayscale: #232323. Windows color (decimal): -13364151 or 4789300. OLE color: 4789300.

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

Color convert

RGB 52 20 73 -
CMYK 0.29 0.73 0 0.71
HSL 276.23º 0.57% 0.18% -
HSV(B) 276.23º 0.73% 0.29% -
XYZ 2.87 1.71 6.48 -
YUV 35.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 52 20 73 0.29 0.73 0 0.71 276.23 0.57 0.18
Hex 34 14 49 1D 49 0 47 114 39 12
Octal 64 24 111 35 111 0 107 424 71 22
Binary 110100 10100 1001001 11101 1001001 0 1000111 100010100 111001 10010

Color Harmonies of #341449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341449

Black with #341449

Text Example


Text Example

White with #341449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341449; }

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

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

background-color css

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

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

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

border-color css

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

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

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