Html Css Color HEX #313241 Black Rock

📋 copy color: '#313241'

red 49 ◦ green 50 ◦ blue 65

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

Shades of Black Rock #313241

Tints of Black Rock #313241

RGB

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

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

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

R = 29.88%
G = 30.49%
B = 39.63%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313241 (or 0x313241) is known color: Black Rock. HEX triplet: 31, 32 and 41. RGB value is (49,50,65). Sum of RGB (Red+Green+Blue) = 49+50+65=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #313241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313241 is #CECDBE. Grayscale: #333333. Windows color (decimal): -13553087 or 4272689. OLE color: 4272689.

HSL color Cylindrical-coordinate representation of color #313241: hue angle of 236.25º 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 #313241 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 50 65 -
CMYK 0.25 0.23 0 0.75
HSL 236.25º 0.14% 0.22% -
HSV(B) 236.25º 0.25% 0.25% -
XYZ 3.36 3.32 5.46 -
YUV 51.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 49 50 65 0.25 0.23 0 0.75 236.25 0.14 0.22
Hex 31 32 41 19 17 0 4B EC E 16
Octal 61 62 101 31 27 0 113 354 16 26
Binary 110001 110010 1000001 11001 10111 0 1001011 11101100 1110 10110

Color Harmonies of #313241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313241

Black with #313241

Text Example


Text Example

White with #313241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313241; }

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

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

background-color css

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

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

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

border-color css

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

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

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