Html Css Color HEX #341249 Blackcurrant

📋 copy color: '#341249'

red 52 ◦ green 18 ◦ blue 73

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

Shades of Blackcurrant #341249

Tints of Blackcurrant #341249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

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

R = 36.36%
G = 12.59%
B = 51.05%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#341249 (or 0x341249) is known color: Blackcurrant. HEX triplet: 34, 12 and 49. RGB value is (52,18,73). Sum of RGB (Red+Green+Blue) = 52+18+73=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #341249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341249 is #CBEDB6. Grayscale: #222222. Windows color (decimal): -13364663 or 4788788. OLE color: 4788788.

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

Color convert

RGB 52 18 73 -
CMYK 0.29 0.75 0 0.71
HSL 277.09º 0.6% 0.18% -
HSV(B) 277.09º 0.75% 0.29% -
XYZ 2.84 1.64 6.47 -
YUV 34.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 52 18 73 0.29 0.75 0 0.71 277.09 0.6 0.18
Hex 34 12 49 1D 4B 0 47 115 3C 12
Octal 64 22 111 35 113 0 107 425 74 22
Binary 110100 10010 1001001 11101 1001011 0 1000111 100010101 111100 10010

Color Harmonies of #341249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341249

Black with #341249

Text Example


Text Example

White with #341249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341249; }

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

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

background-color css

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

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

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

border-color css

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

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

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