#342738

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

Shades of Blackcurrant #342738

Tints of Blackcurrant #342738

Color information

#342738 (or 0x342738) is unknown color: approx Blackcurrant. HEX triplet: 34, 27 and 38. RGB value is (52,39,56). Sum of RGB (Red+Green+Blue) = 52+39+56=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 56 - color contains mainly: blue. Hex color #342738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342738 is #CBD8C7. Grayscale: #2C2C2C. Windows color (decimal): -13359304 or 3680052. OLE color: 3680052.

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

Color convert

RGB523956-
CMYK0.070.3000.78
HSL285.88º17.89%18.63%-
HSV(B)285.88º30.36%21.96%-
XYZ2.862.474.07-
YUV44.82134.31133.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=35.37%
G=26.53%
B=38.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5239560.070.3000.78285.8817.8918.63
Hex34273871E04E11e1213
Octal64477073601164362223
Binary11010010011111100011111110010011101000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342738; }

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

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

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

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

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

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

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

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