Html Css Color HEX #342C38 Blackcurrant

📋 copy color: '#342C38'

red 52 ◦ green 44 ◦ blue 56

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

Shades of Blackcurrant #342C38

Tints of Blackcurrant #342C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.84%

R = 34.21%
G = 28.95%
B = 36.84%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342C38 (or 0x342C38) is known color: Blackcurrant. HEX triplet: 34, 2C and 38. RGB value is (52,44,56). Sum of RGB (Red+Green+Blue) = 52+44+56=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #342C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C38 is #CBD3C7. Grayscale: #2F2F2F. Windows color (decimal): -13358024 or 3681332. OLE color: 3681332.

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

Color convert

RGB 52 44 56 -
CMYK 0.07 0.21 0 0.78
HSL 280º 0.12% 0.2% -
HSV(B) 280º 0.21% 0.22% -
XYZ 3.03 2.82 4.13 -
YUV 47.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 52 44 56 0.07 0.21 0 0.78 280 0.12 0.2
Hex 34 2C 38 7 15 0 4E 118 C 14
Octal 64 54 70 7 25 0 116 430 14 24
Binary 110100 101100 111000 111 10101 0 1001110 100011000 1100 10100

Color Harmonies of #342C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C38

Black with #342C38

Text Example


Text Example

White with #342C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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