Html Css Color HEX #312841 Tolopea

📋 copy color: '#312841'

red 49 ◦ green 40 ◦ blue 65

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

Shades of Tolopea #312841

Tints of Tolopea #312841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.97%

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

R = 31.82%
G = 25.97%
B = 42.21%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#312841 (or 0x312841) is known color: Tolopea. HEX triplet: 31, 28 and 41. RGB value is (49,40,65). Sum of RGB (Red+Green+Blue) = 49+40+65=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #312841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312841 is #CED7BE. Grayscale: #2D2D2D. Windows color (decimal): -13555647 or 4270129. OLE color: 4270129.

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

Color convert

RGB 49 40 65 -
CMYK 0.25 0.38 0 0.75
HSL 261.6º 0.24% 0.21% -
HSV(B) 261.6º 0.38% 0.25% -
XYZ 2.98 2.55 5.34 -
YUV 45.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 49 40 65 0.25 0.38 0 0.75 261.6 0.24 0.21
Hex 31 28 41 19 26 0 4B 106 18 15
Octal 61 50 101 31 46 0 113 406 30 25
Binary 110001 101000 1000001 11001 100110 0 1001011 100000110 11000 10101

Color Harmonies of #312841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312841

Black with #312841

Text Example


Text Example

White with #312841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312841; }

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

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

background-color css

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

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

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

border-color css

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

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

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