#343646

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

Shades of Black Rock #343646

Tints of Black Rock #343646

Color information

#343646 (or 0x343646) is unknown color: approx Black Rock. HEX triplet: 34, 36 and 46. RGB value is (52,54,70). Sum of RGB (Red+Green+Blue) = 52+54+70=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: blue. Hex color #343646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343646 is #CBC9B9. Grayscale: #373737. Windows color (decimal): -13355450 or 4601396. OLE color: 4601396.

HSL color Cylindrical-coordinate representation of color #343646: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343646 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB525470-
CMYK0.260.2300.73
HSL233.33º14.75%23.92%-
HSV(B)233.33º25.71%27.45%-
XYZ3.843.816.33-
YUV55.23136.34125.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=29.55%
G=30.68%
B=39.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5254700.260.2300.73233.3314.7523.92
Hex3436461A17049e9f18
Octal6466106322701113511730
Binary110100110110100011011010101110100100111101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343646; }

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

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

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

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

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

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

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

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