Html Css Color HEX #313646 Bunting

📋 copy color: '#313646'

red 49 ◦ green 54 ◦ blue 70

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

Shades of Bunting #313646

Tints of Bunting #313646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 28.32%
G = 31.21%
B = 40.46%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#313646 (or 0x313646) is known color: Bunting. HEX triplet: 31, 36 and 46. RGB value is (49,54,70). Sum of RGB (Red+Green+Blue) = 49+54+70=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #313646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313646 is #CEC9B9. Grayscale: #363636. Windows color (decimal): -13552058 or 4601393. OLE color: 4601393.

HSL color Cylindrical-coordinate representation of color #313646: hue angle of 225.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313646 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 54 70 -
CMYK 0.30 0.23 0 0.73
HSL 225.71º 0.18% 0.23% -
HSV(B) 225.71º 0.3% 0.27% -
XYZ 3.69 3.73 6.32 -
YUV 54.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 49 54 70 0.30 0.23 0 0.73 225.71 0.18 0.23
Hex 31 36 46 1E 17 0 49 E2 12 17
Octal 61 66 106 36 27 0 111 342 22 27
Binary 110001 110110 1000110 11110 10111 0 1001001 11100010 10010 10111

Color Harmonies of #313646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313646

Black with #313646

Text Example


Text Example

White with #313646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313646; }

 p { color: rgb(49,54,70); }

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

background-color css

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

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

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

border-color css

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

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

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