Html Css Color HEX #313341 Black Rock

📋 copy color: '#313341'

red 49 ◦ green 51 ◦ blue 65

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

Shades of Black Rock #313341

Tints of Black Rock #313341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

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

R = 29.7%
G = 30.91%
B = 39.39%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#313341 (or 0x313341) is known color: Black Rock. HEX triplet: 31, 33 and 41. RGB value is (49,51,65). Sum of RGB (Red+Green+Blue) = 49+51+65=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #313341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313341 is #CECCBE. Grayscale: #333333. Windows color (decimal): -13552831 or 4272945. OLE color: 4272945.

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

Color convert

RGB 49 51 65 -
CMYK 0.25 0.22 0 0.75
HSL 232.5º 0.14% 0.22% -
HSV(B) 232.5º 0.25% 0.25% -
XYZ 3.4 3.4 5.48 -
YUV 52 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 49 51 65 0.25 0.22 0 0.75 232.5 0.14 0.22
Hex 31 33 41 19 16 0 4B E8 E 16
Octal 61 63 101 31 26 0 113 350 16 26
Binary 110001 110011 1000001 11001 10110 0 1001011 11101000 1110 10110

Color Harmonies of #313341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313341

Black with #313341

Text Example


Text Example

White with #313341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313341; }

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

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

background-color css

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

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

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

border-color css

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

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

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