#343540

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

Shades of Black Rock #343540

Tints of Black Rock #343540

Color information

#343540 (or 0x343540) is unknown color: approx Black Rock. HEX triplet: 34, 35 and 40. RGB value is (52,53,64). Sum of RGB (Red+Green+Blue) = 52+53+64=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #343540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343540 is #CBCABF. Grayscale: #353535. Windows color (decimal): -13355712 or 4207924. OLE color: 4207924.

HSL color Cylindrical-coordinate representation of color #343540: hue angle of 235º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #343540 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB525364-
CMYK0.190.1700.75
HSL235º10.34%22.75%-
HSV(B)235º18.75%25.1%-
XYZ3.613.655.36-
YUV53.96133.67126.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=30.77%
G=31.36%
B=37.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5253640.190.1700.7523510.3422.75
Hex343540131104Beba17
Octal6465100232101133531227
Binary110100110101100000010011100010100101111101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343540; }

 p { color: rgb(52,53,64); }

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

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

 a { background-color: rgb(52,53,64); }

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

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

 span { border-color: rgb(52,53,64); }

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