Html Css Color HEX #341149 Blackcurrant

📋 copy color: '#341149'

red 52 ◦ green 17 ◦ blue 73

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

Shades of Blackcurrant #341149

Tints of Blackcurrant #341149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 36.62%
G = 11.97%
B = 51.41%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#341149 (or 0x341149) is known color: Blackcurrant. HEX triplet: 34, 11 and 49. RGB value is (52,17,73). Sum of RGB (Red+Green+Blue) = 52+17+73=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #341149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341149 is #CBEEB6. Grayscale: #212121. Windows color (decimal): -13364919 or 4788532. OLE color: 4788532.

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

Color convert

RGB 52 17 73 -
CMYK 0.29 0.77 0 0.71
HSL 277.5º 0.62% 0.18% -
HSV(B) 277.5º 0.77% 0.29% -
XYZ 2.82 1.61 6.47 -
YUV 33.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 52 17 73 0.29 0.77 0 0.71 277.5 0.62 0.18
Hex 34 11 49 1D 4D 0 47 116 3E 12
Octal 64 21 111 35 115 0 107 426 76 22
Binary 110100 10001 1001001 11101 1001101 0 1000111 100010110 111110 10010

Color Harmonies of #341149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341149

Black with #341149

Text Example


Text Example

White with #341149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341149; }

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

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

background-color css

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

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

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

border-color css

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

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

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