Html Css Color HEX #313141 Black Rock

📋 copy color: '#313141'

red 49 ◦ green 49 ◦ blue 65

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

Shades of Black Rock #313141

Tints of Black Rock #313141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 65 (25.78% from 255) = 39.88%

R = 30.06%
G = 30.06%
B = 39.88%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313141 (or 0x313141) is known color: Black Rock. HEX triplet: 31, 31 and 41. RGB value is (49,49,65). Sum of RGB (Red+Green+Blue) = 49+49+65=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #313141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313141 is #CECEBE. Grayscale: #323232. Windows color (decimal): -13553343 or 4272433. OLE color: 4272433.

HSL color Cylindrical-coordinate representation of color #313141: hue angle of 240º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313141 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 49 65 -
CMYK 0.25 0.25 0 0.75
HSL 240º 0.14% 0.22% -
HSV(B) 240º 0.25% 0.25% -
XYZ 3.32 3.23 5.45 -
YUV 50.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 49 49 65 0.25 0.25 0 0.75 240 0.14 0.22
Hex 31 31 41 19 19 0 4B F0 E 16
Octal 61 61 101 31 31 0 113 360 16 26
Binary 110001 110001 1000001 11001 11001 0 1001011 11110000 1110 10110

Color Harmonies of #313141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313141

Black with #313141

Text Example


Text Example

White with #313141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313141; }

 p { color: rgb(49,49,65); }

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

background-color css

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

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

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

border-color css

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

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

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