#342C38

Color #342C38 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #342C38

Tints of Blackcurrant #342C38

Color information

#342C38 (or 0x342C38) is unknown color: approx 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

RGB524456-
CMYK0.070.2100.78
HSL280º12%19.61%-
HSV(B)280º21.43%21.96%-
XYZ3.032.824.13-
YUV47.76132.65131.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5244560.070.2100.782801219.61
Hex342C3871504E118c14
Octal64547072501164301424
Binary1101001011001110001111010101001110100011000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>