#313140

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

Shades of Black Rock #313140

Tints of Black Rock #313140

Color information

#313140 (or 0x313140) is unknown color: approx Black Rock. HEX triplet: 31, 31 and 40. RGB value is (49,49,64). Sum of RGB (Red+Green+Blue) = 49+49+64=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #313140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313140 is #CECEBF. Grayscale: #323232. Windows color (decimal): -13553344 or 4206897. OLE color: 4206897.

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

Color convert

RGB494964-
CMYK0.230.2300.75
HSL240º13.27%22.16%-
HSV(B)240º23.44%25.1%-
XYZ3.293.225.3-
YUV50.71135.5126.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=30.25%
G=30.25%
B=39.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4949640.230.2300.7524013.2722.16
Hex313140171704Bf0d16
Octal6161100272701133601526
Binary110001110001100000010111101110100101111110000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313140; }

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

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

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

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

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

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

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

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