#343642

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

Shades of Black Rock #343642

Tints of Black Rock #343642

Color information

#343642 (or 0x343642) is unknown color: approx Black Rock. HEX triplet: 34, 36 and 42. RGB value is (52,54,66). Sum of RGB (Red+Green+Blue) = 52+54+66=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #343642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343642 is #CBC9BD. Grayscale: #363636. Windows color (decimal): -13355454 or 4339252. OLE color: 4339252.

HSL color Cylindrical-coordinate representation of color #343642: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343642 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB525466-
CMYK0.210.1800.74
HSL231.43º11.86%23.14%-
HSV(B)231.43º21.21%25.88%-
XYZ3.723.765.68-
YUV54.77134.34126.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=30.23%
G=31.40%
B=38.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5254660.210.1800.74231.4311.8623.14
Hex343642151204Ae7c17
Octal6466102252201123471427
Binary110100110110100001010101100100100101011100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343642; }

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

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

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

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

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

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

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

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