#35363F

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

Shades of Black Rock #35363F

Tints of Black Rock #35363F

Color information

#35363F (or 0x35363F) is unknown color: approx Black Rock. HEX triplet: 35, 36 and 3F. RGB value is (53,54,63). Sum of RGB (Red+Green+Blue) = 53+54+63=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #35363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35363F is #CAC9C0. Grayscale: #363636. Windows color (decimal): -13289921 or 4142645. OLE color: 4142645.

HSL color Cylindrical-coordinate representation of color #35363F: hue angle of 234º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #35363F is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB535463-
CMYK0.160.1400.75
HSL234º8.62%22.75%-
HSV(B)234º15.87%24.71%-
XYZ3.683.755.23-
YUV54.73132.67126.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 63 (25% from 255) = 37.06%
R=31.18%
G=31.76%
B=37.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5354630.160.1400.752348.6222.75
Hex35363F10E04Bea917
Octal656677201601133521127
Binary1101011101101111111000011100100101111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35363F; }

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

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

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

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

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

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

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

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