#313238

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

Shades of Black Rock #313238

Tints of Black Rock #313238

Color information

#313238 (or 0x313238) is unknown color: approx Black Rock. HEX triplet: 31, 32 and 38. RGB value is (49,50,56). Sum of RGB (Red+Green+Blue) = 49+50+56=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: blue. Hex color #313238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313238 is #CECDC7. Grayscale: #323232. Windows color (decimal): -13553096 or 3682865. OLE color: 3682865.

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

Color convert

RGB495056-
CMYK0.120.1100.78
HSL231.43º6.67%20.59%-
HSV(B)231.43º12.5%21.96%-
XYZ3.123.224.2-
YUV50.38131.17127.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=31.61%
G=32.26%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4950560.120.1100.78231.436.6720.59
Hex313238CB04Ee7715
Octal61627014130116347725
Binary11000111001011100011001011010011101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313238; }

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

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

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

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

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

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

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

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