#342838

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

Shades of Blackcurrant #342838

Tints of Blackcurrant #342838

Color information

#342838 (or 0x342838) is unknown color: approx Blackcurrant. HEX triplet: 34, 28 and 38. RGB value is (52,40,56). Sum of RGB (Red+Green+Blue) = 52+40+56=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #342838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342838 is #CBD7C7. Grayscale: #2D2D2D. Windows color (decimal): -13359048 or 3680308. OLE color: 3680308.

HSL color Cylindrical-coordinate representation of color #342838: hue angle of 285º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #342838 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB524056-
CMYK0.070.2900.78
HSL285º16.67%18.82%-
HSV(B)285º28.57%21.96%-
XYZ2.892.534.08-
YUV45.41133.98132.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=35.14%
G=27.03%
B=37.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5240560.070.2900.7828516.6718.82
Hex34283871D04E11d1113
Octal64507073501164352123
Binary11010010100011100011111101010011101000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342838; }

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

 H1.HeaderClassName
 {
   color: #342838;
 }
 .AnyTagClassName
 {
   color: #342838;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #342838;
 }
 .BgClassName
 {
   background-color: #342838;
 }
</style>
border-color css

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

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

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