Html Css Color HEX #313240 Black Rock

📋 copy color: '#313240'

red 49 ◦ green 50 ◦ blue 64

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

Shades of Black Rock #313240

Tints of Black Rock #313240

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

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 49 50 64 -
CMYK 0.23 0.22 0 0.75
HSL 236º 0.13% 0.22% -
HSV(B) 236º 0.23% 0.25% -
XYZ 3.33 3.3 5.31 -
YUV 51.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 49 50 64 0.23 0.22 0 0.75 236 0.13 0.22
Hex 31 32 40 17 16 0 4B EC D 16
Octal 61 62 100 27 26 0 113 354 15 26
Binary 110001 110010 1000000 10111 10110 0 1001011 11101100 1101 10110

Color Harmonies of #313240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313240

Black with #313240

Text Example


Text Example

White with #313240

Text Example


Text Example

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