Html Css Color HEX #342041 Blackcurrant

📋 copy color: '#342041'

red 52 ◦ green 32 ◦ blue 65

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

Shades of Blackcurrant #342041

Tints of Blackcurrant #342041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 34.9%
G = 21.48%
B = 43.62%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342041 (or 0x342041) is known color: Blackcurrant. HEX triplet: 34, 20 and 41. RGB value is (52,32,65). Sum of RGB (Red+Green+Blue) = 52+32+65=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #342041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342041 is #CBDFBE. Grayscale: #292929. Windows color (decimal): -13361087 or 4268084. OLE color: 4268084.

HSL color Cylindrical-coordinate representation of color #342041: hue angle of 276.36º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #342041 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 32 65 -
CMYK 0.20 0.51 0 0.75
HSL 276.36º 0.34% 0.19% -
HSV(B) 276.36º 0.51% 0.25% -
XYZ 2.89 2.14 5.26 -
YUV 41.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 52 32 65 0.20 0.51 0 0.75 276.36 0.34 0.19
Hex 34 20 41 14 33 0 4B 114 22 13
Octal 64 40 101 24 63 0 113 424 42 23
Binary 110100 100000 1000001 10100 110011 0 1001011 100010100 100010 10011

Color Harmonies of #342041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342041

Black with #342041

Text Example


Text Example

White with #342041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342041; }

 p { color: rgb(52,32,65); }

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

background-color css

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

 a { background-color: rgb(52,32,65); }

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

border-color css

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

 span { border-color: rgb(52,32,65); }

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