#343036

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

Shades of Blackcurrant #343036

Tints of Blackcurrant #343036

Color information

#343036 (or 0x343036) is unknown color: approx Blackcurrant. HEX triplet: 34, 30 and 36. RGB value is (52,48,54). Sum of RGB (Red+Green+Blue) = 52+48+54=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 54 - color contains mainly: blue. Hex color #343036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343036 is #CBCFC9. Grayscale: #313131. Windows color (decimal): -13357002 or 3551284. OLE color: 3551284.

HSL color Cylindrical-coordinate representation of color #343036: hue angle of 280º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #343036 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB524854-
CMYK0.040.1100.79
HSL280º5.88%20%-
HSV(B)280º11.11%21.18%-
XYZ3.143.113.92-
YUV49.88130.33129.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=33.77%
G=31.17%
B=35.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5248540.040.1100.792805.8820
Hex3430364B04F118614
Octal6460664130117430624
Binary11010011000011011010010110100111110001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343036; }

 p { color: rgb(52,48,54); }

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

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

 a { background-color: rgb(52,48,54); }

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

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

 span { border-color: rgb(52,48,54); }

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