#313141

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

Shades of Black Rock #313141

Tints of Black Rock #313141

Color information

#313141 (or 0x313141) is unknown color: approx Black Rock. HEX triplet: 31, 31 and 41. RGB value is (49,49,65). Sum of RGB (Red+Green+Blue) = 49+49+65=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #313141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313141 is #CECEBE. Grayscale: #323232. Windows color (decimal): -13553343 or 4272433. OLE color: 4272433.

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

Color convert

RGB494965-
CMYK0.250.2500.75
HSL240º14.04%22.35%-
HSV(B)240º24.62%25.49%-
XYZ3.323.235.45-
YUV50.82136126.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=30.06%
G=30.06%
B=39.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4949650.250.2500.7524014.0422.35
Hex313141191904Bf0e16
Octal6161101313101133601626
Binary110001110001100000111001110010100101111110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313141; }

 p { color: rgb(49,49,65); }

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

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

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

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

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

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

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