Html Css Color HEX #341C49 Blackcurrant

📋 copy color: '#341C49'

red 52 ◦ green 28 ◦ blue 73

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

Shades of Blackcurrant #341C49

Tints of Blackcurrant #341C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.3%

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

R = 33.99%
G = 18.3%
B = 47.71%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#341C49 (or 0x341C49) is known color: Blackcurrant. HEX triplet: 34, 1C and 49. RGB value is (52,28,73). Sum of RGB (Red+Green+Blue) = 52+28+73=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #341C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C49 is #CBE3B6. Grayscale: #282828. Windows color (decimal): -13362103 or 4791348. OLE color: 4791348.

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

Color convert

RGB 52 28 73 -
CMYK 0.29 0.62 0 0.71
HSL 272º 0.45% 0.2% -
HSV(B) 272º 0.62% 0.29% -
XYZ 3.03 2.04 6.54 -
YUV 40.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 52 28 73 0.29 0.62 0 0.71 272 0.45 0.2
Hex 34 1C 49 1D 3E 0 47 110 2D 14
Octal 64 34 111 35 76 0 107 420 55 24
Binary 110100 11100 1001001 11101 111110 0 1000111 100010000 101101 10100

Color Harmonies of #341C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C49

Black with #341C49

Text Example


Text Example

White with #341C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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