#313237

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

Shades of Black Rock #313237

Tints of Black Rock #313237

Color information

#313237 (or 0x313237) is unknown color: approx Black Rock. HEX triplet: 31, 32 and 37. RGB value is (49,50,55). Sum of RGB (Red+Green+Blue) = 49+50+55=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 55 - color contains mainly: blue. Hex color #313237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313237 is #CECDC8. Grayscale: #323232. Windows color (decimal): -13553097 or 3617329. OLE color: 3617329.

HSL color Cylindrical-coordinate representation of color #313237: hue angle of 230º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #313237 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB495055-
CMYK0.110.0900.78
HSL230º5.77%20.39%-
HSV(B)230º10.91%21.57%-
XYZ3.13.214.07-
YUV50.27130.67127.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=31.82%
G=32.47%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4950550.110.0900.782305.7720.39
Hex313237B904Ee6614
Octal61626713110116346624
Binary11000111001011011110111001010011101110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313237; }

 p { color: rgb(49,50,55); }

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

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

 a { background-color: rgb(49,50,55); }

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

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

 span { border-color: rgb(49,50,55); }

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