Html Css Color HEX #342C39 Blackcurrant

📋 copy color: '#342C39'

red 52 ◦ green 44 ◦ blue 57

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

Shades of Blackcurrant #342C39

Tints of Blackcurrant #342C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

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

R = 33.99%
G = 28.76%
B = 37.25%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342C39 (or 0x342C39) is known color: Blackcurrant. HEX triplet: 34, 2C and 39. RGB value is (52,44,57). Sum of RGB (Red+Green+Blue) = 52+44+57=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 57 - color contains mainly: blue. Hex color #342C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C39 is #CBD3C6. Grayscale: #2F2F2F. Windows color (decimal): -13358023 or 3746868. OLE color: 3746868.

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

Color convert

RGB 52 44 57 -
CMYK 0.09 0.23 0 0.78
HSL 276.92º 0.13% 0.2% -
HSV(B) 276.92º 0.23% 0.22% -
XYZ 3.06 2.83 4.26 -
YUV 47.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 52 44 57 0.09 0.23 0 0.78 276.92 0.13 0.2
Hex 34 2C 39 9 17 0 4E 115 D 14
Octal 64 54 71 11 27 0 116 425 15 24
Binary 110100 101100 111001 1001 10111 0 1001110 100010101 1101 10100

Color Harmonies of #342C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C39

Black with #342C39

Text Example


Text Example

White with #342C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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