Html Css Color HEX #313140 Black Rock

📋 copy color: '#313140'

red 49 ◦ green 49 ◦ blue 64

#313140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rock #313140

Tints of Black Rock #313140

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 value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313140 (or 0x313140) is known color: 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

RGB 49 49 64 -
CMYK 0.23 0.23 0 0.75
HSL 240º 0.13% 0.22% -
HSV(B) 240º 0.23% 0.25% -
XYZ 3.29 3.22 5.3 -
YUV 50.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 49 49 64 0.23 0.23 0 0.75 240 0.13 0.22
Hex 31 31 40 17 17 0 4B F0 D 16
Octal 61 61 100 27 27 0 113 360 15 26
Binary 110001 110001 1000000 10111 10111 0 1001011 11110000 1101 10110

Color Harmonies of #313140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313140

Black with #313140

Text Example


Text Example

White with #313140

Text Example


Text Example

HTML Codes & Css Web 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>