Html Css Color HEX #341949 Blackcurrant

📋 copy color: '#341949'

red 52 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #341949

Tints of Blackcurrant #341949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 34.67%
G = 16.67%
B = 48.67%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#341949 (or 0x341949) is known color: Blackcurrant. HEX triplet: 34, 19 and 49. RGB value is (52,25,73). Sum of RGB (Red+Green+Blue) = 52+25+73=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #341949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341949 is #CBE6B6. Grayscale: #262626. Windows color (decimal): -13362871 or 4790580. OLE color: 4790580.

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

Color convert

RGB 52 25 73 -
CMYK 0.29 0.66 0 0.71
HSL 273.75º 0.49% 0.19% -
HSV(B) 273.75º 0.66% 0.29% -
XYZ 2.97 1.91 6.51 -
YUV 38.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 52 25 73 0.29 0.66 0 0.71 273.75 0.49 0.19
Hex 34 19 49 1D 42 0 47 112 31 13
Octal 64 31 111 35 102 0 107 422 61 23
Binary 110100 11001 1001001 11101 1000010 0 1000111 100010010 110001 10011

Color Harmonies of #341949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341949

Black with #341949

Text Example


Text Example

White with #341949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341949; }

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

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

background-color css

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

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

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

border-color css

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

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

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