Html Css Color HEX #342A39 Blackcurrant

📋 copy color: '#342A39'

red 52 ◦ green 42 ◦ blue 57

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

Shades of Blackcurrant #342A39

Tints of Blackcurrant #342A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.81%

 BLUE value IS 57 (22.66% from 255) = 37.75%

R = 34.44%
G = 27.81%
B = 37.75%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342A39 (or 0x342A39) is known color: Blackcurrant. HEX triplet: 34, 2A and 39. RGB value is (52,42,57). Sum of RGB (Red+Green+Blue) = 52+42+57=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 57 - color contains mainly: blue. Hex color #342A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A39 is #CBD5C6. Grayscale: #2E2E2E. Windows color (decimal): -13358535 or 3746356. OLE color: 3746356.

HSL color Cylindrical-coordinate representation of color #342A39: hue angle of 280º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #342A39 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 42 57 -
CMYK 0.09 0.26 0 0.78
HSL 280º 0.15% 0.19% -
HSV(B) 280º 0.26% 0.22% -
XYZ 2.98 2.68 4.23 -
YUV 46.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 52 42 57 0.09 0.26 0 0.78 280 0.15 0.19
Hex 34 2A 39 9 1A 0 4E 118 F 13
Octal 64 52 71 11 32 0 116 430 17 23
Binary 110100 101010 111001 1001 11010 0 1001110 100011000 1111 10011

Color Harmonies of #342A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A39

Black with #342A39

Text Example


Text Example

White with #342A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342A39; }

 p { color: rgb(52,42,57); }

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

background-color css

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

 a { background-color: rgb(52,42,57); }

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

border-color css

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

 span { border-color: rgb(52,42,57); }

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