Html Css Color HEX #341849 Blackcurrant

📋 copy color: '#341849'

red 52 ◦ green 24 ◦ blue 73

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

Shades of Blackcurrant #341849

Tints of Blackcurrant #341849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

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

R = 34.9%
G = 16.11%
B = 48.99%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#341849 (or 0x341849) is known color: Blackcurrant. HEX triplet: 34, 18 and 49. RGB value is (52,24,73). Sum of RGB (Red+Green+Blue) = 52+24+73=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #341849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341849 is #CBE7B6. Grayscale: #252525. Windows color (decimal): -13363127 or 4790324. OLE color: 4790324.

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

Color convert

RGB 52 24 73 -
CMYK 0.29 0.67 0 0.71
HSL 274.29º 0.51% 0.19% -
HSV(B) 274.29º 0.67% 0.29% -
XYZ 2.95 1.86 6.51 -
YUV 37.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 52 24 73 0.29 0.67 0 0.71 274.29 0.51 0.19
Hex 34 18 49 1D 43 0 47 112 33 13
Octal 64 30 111 35 103 0 107 422 63 23
Binary 110100 11000 1001001 11101 1000011 0 1000111 100010010 110011 10011

Color Harmonies of #341849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341849

Black with #341849

Text Example


Text Example

White with #341849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341849; }

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

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

background-color css

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

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

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

border-color css

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

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

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