#353642

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

Shades of Black Rock #353642

Tints of Black Rock #353642

Color information

#353642 (or 0x353642) is unknown color: approx Black Rock. HEX triplet: 35, 36 and 42. RGB value is (53,54,66). Sum of RGB (Red+Green+Blue) = 53+54+66=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #353642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353642 is #CAC9BD. Grayscale: #373737. Windows color (decimal): -13289918 or 4339253. OLE color: 4339253.

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

Color convert

RGB535466-
CMYK0.200.1800.74
HSL235.38º10.92%23.33%-
HSV(B)235.38º19.7%25.88%-
XYZ3.773.795.69-
YUV55.07134.17126.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=30.64%
G=31.21%
B=38.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5354660.200.1800.74235.3810.9223.33
Hex353642141204Aebb17
Octal6566102242201123531327
Binary110101110110100001010100100100100101011101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353642; }

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

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

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

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

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

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

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

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