Html Css Color HEX #342C37 Blackcurrant

📋 copy color: '#342C37'

red 52 ◦ green 44 ◦ blue 55

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

Shades of Blackcurrant #342C37

Tints of Blackcurrant #342C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 36.42%

R = 34.44%
G = 29.14%
B = 36.42%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342C37 (or 0x342C37) is known color: Blackcurrant. HEX triplet: 34, 2C and 37. RGB value is (52,44,55). Sum of RGB (Red+Green+Blue) = 52+44+55=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 55 - color contains mainly: blue. Hex color #342C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C37 is #CBD3C8. Grayscale: #2F2F2F. Windows color (decimal): -13358025 or 3615796. OLE color: 3615796.

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

Color convert

RGB 52 44 55 -
CMYK 0.05 0.2 0 0.78
HSL 283.64º 0.11% 0.19% -
HSV(B) 283.64º 0.2% 0.22% -
XYZ 3.01 2.81 4 -
YUV 47.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 52 44 55 0.05 0.2 0 0.78 283.64 0.11 0.19
Hex 34 2C 37 5 14 0 4E 11C B 13
Octal 64 54 67 5 24 0 116 434 13 23
Binary 110100 101100 110111 101 10100 0 1001110 100011100 1011 10011

Color Harmonies of #342C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C37

Black with #342C37

Text Example


Text Example

White with #342C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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