#353743

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

Shades of Black Rock #353743

Tints of Black Rock #353743

Color information

#353743 (or 0x353743) is unknown color: approx Black Rock. HEX triplet: 35, 37 and 43. RGB value is (53,55,67). Sum of RGB (Red+Green+Blue) = 53+55+67=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #353743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353743 is #CAC8BC. Grayscale: #373737. Windows color (decimal): -13289661 or 4405045. OLE color: 4405045.

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

Color convert

RGB535567-
CMYK0.210.1800.74
HSL231.43º11.67%23.53%-
HSV(B)231.43º20.9%26.27%-
XYZ3.853.895.86-
YUV55.77134.34126.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=30.29%
G=31.43%
B=38.29%

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
Decimal5355670.210.1800.74231.4311.6723.53
Hex353743151204Ae7c18
Octal6567103252201123471430
Binary110101110111100001110101100100100101011100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353743; }

 p { color: rgb(53,55,67); }

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

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

 a { background-color: rgb(53,55,67); }

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

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

 span { border-color: rgb(53,55,67); }

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