#313240

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

Shades of Black Rock #313240

Tints of Black Rock #313240

Color information

#313240 (or 0x313240) is unknown color: approx Black Rock. HEX triplet: 31, 32 and 40. RGB value is (49,50,64). Sum of RGB (Red+Green+Blue) = 49+50+64=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #313240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313240 is #CECDBF. Grayscale: #333333. Windows color (decimal): -13553088 or 4207153. OLE color: 4207153.

HSL color Cylindrical-coordinate representation of color #313240: hue angle of 236º 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 #313240 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB495064-
CMYK0.230.2200.75
HSL236º13.27%22.16%-
HSV(B)236º23.44%25.1%-
XYZ3.333.35.31-
YUV51.3135.17126.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=30.06%
G=30.67%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4950640.230.2200.7523613.2722.16
Hex313240171604Becd16
Octal6162100272601133541526
Binary110001110010100000010111101100100101111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313240; }

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

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

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

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

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

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

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

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