Html Css Color HEX #313237 Black Rock

📋 copy color: '#313237'

red 49 ◦ green 50 ◦ blue 55

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

Shades of Black Rock #313237

Tints of Black Rock #313237

RGB

 RED value IS 49 (19.53% from 255) = 31.82%

 GREEN value IS 50 (19.92% from 255) = 32.47%

 BLUE value IS 55 (21.88% from 255) = 35.71%

R = 31.82%
G = 32.47%
B = 35.71%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313237 (or 0x313237) is known color: Black Rock. HEX triplet: 31, 32 and 37. RGB value is (49,50,55). Sum of RGB (Red+Green+Blue) = 49+50+55=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 55 - color contains mainly: blue. Hex color #313237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313237 is #CECDC8. Grayscale: #323232. Windows color (decimal): -13553097 or 3617329. OLE color: 3617329.

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

Color convert

RGB 49 50 55 -
CMYK 0.11 0.09 0 0.78
HSL 230º 0.06% 0.2% -
HSV(B) 230º 0.11% 0.22% -
XYZ 3.1 3.21 4.07 -
YUV 50.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 49 50 55 0.11 0.09 0 0.78 230 0.06 0.2
Hex 31 32 37 B 9 0 4E E6 6 14
Octal 61 62 67 13 11 0 116 346 6 24
Binary 110001 110010 110111 1011 1001 0 1001110 11100110 110 10100

Color Harmonies of #313237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313237

Black with #313237

Text Example


Text Example

White with #313237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313237; }

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

 H1.HeaderClassName
 {
   color: #313237;
 }
 .AnyTagClassName
 {
   color: #313237;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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