Html Css Color HEX #313238 Black Rock

📋 copy color: '#313238'

red 49 ◦ green 50 ◦ blue 56

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

Shades of Black Rock #313238

Tints of Black Rock #313238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 31.61%
G = 32.26%
B = 36.13%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313238 (or 0x313238) is known color: Black Rock. HEX triplet: 31, 32 and 38. RGB value is (49,50,56). Sum of RGB (Red+Green+Blue) = 49+50+56=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: blue. Hex color #313238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313238 is #CECDC7. Grayscale: #323232. Windows color (decimal): -13553096 or 3682865. OLE color: 3682865.

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

Color convert

RGB 49 50 56 -
CMYK 0.12 0.11 0 0.78
HSL 231.43º 0.07% 0.21% -
HSV(B) 231.43º 0.13% 0.22% -
XYZ 3.12 3.22 4.2 -
YUV 50.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 49 50 56 0.12 0.11 0 0.78 231.43 0.07 0.21
Hex 31 32 38 C B 0 4E E7 7 15
Octal 61 62 70 14 13 0 116 347 7 25
Binary 110001 110010 111000 1100 1011 0 1001110 11100111 111 10101

Color Harmonies of #313238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313238

Black with #313238

Text Example


Text Example

White with #313238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313238; }

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

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

background-color css

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

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

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

border-color css

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

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

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