#343541

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

Shades of Black Rock #343541

Tints of Black Rock #343541

Color information

#343541 (or 0x343541) is unknown color: approx Black Rock. HEX triplet: 34, 35 and 41. RGB value is (52,53,65). Sum of RGB (Red+Green+Blue) = 52+53+65=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #343541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343541 is #CBCABE. Grayscale: #363636. Windows color (decimal): -13355711 or 4273460. OLE color: 4273460.

HSL color Cylindrical-coordinate representation of color #343541: hue angle of 235.38º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #343541 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB525365-
CMYK0.200.1800.75
HSL235.38º11.11%22.94%-
HSV(B)235.38º20%25.49%-
XYZ3.643.665.52-
YUV54.07134.17126.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=30.59%
G=31.18%
B=38.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5253650.200.1800.75235.3811.1122.94
Hex343541141204Bebb17
Octal6465101242201133531327
Binary110100110101100000110100100100100101111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343541; }

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

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

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

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

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

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

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

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