#363740

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

Shades of Black Rock #363740

Tints of Black Rock #363740

Color information

#363740 (or 0x363740) is unknown color: approx Black Rock. HEX triplet: 36, 37 and 40. RGB value is (54,55,64). Sum of RGB (Red+Green+Blue) = 54+55+64=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #363740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363740 is #C9C8BF. Grayscale: #373737. Windows color (decimal): -13224128 or 4208438. OLE color: 4208438.

HSL color Cylindrical-coordinate representation of color #363740: hue angle of 234º degrees, saturation: 0.08, 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 #363740 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB545564-
CMYK0.160.1400.75
HSL234º8.47%23.14%-
HSV(B)234º15.62%25.1%-
XYZ3.813.895.4-
YUV55.73132.67126.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=31.21%
G=31.79%
B=36.99%

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
Decimal5455640.160.1400.752348.4723.14
Hex36374010E04Bea817
Octal6667100201601133521027
Binary11011011011110000001000011100100101111101010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363740; }

 p { color: rgb(54,55,64); }

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

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

 a { background-color: rgb(54,55,64); }

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

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

 span { border-color: rgb(54,55,64); }

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