#313442

Color #313442 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #313442

Tints of Bunting #313442

Color information

#313442 (or 0x313442) is unknown color: approx Bunting. HEX triplet: 31, 34 and 42. RGB value is (49,52,66). Sum of RGB (Red+Green+Blue) = 49+52+66=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 66 - color contains mainly: blue. Hex color #313442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313442 is #CECBBD. Grayscale: #343434. Windows color (decimal): -13552574 or 4338737. OLE color: 4338737.

HSL color Cylindrical-coordinate representation of color #313442: hue angle of 229.41º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313442 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495266-
CMYK0.260.2100.74
HSL229.41º14.78%22.55%-
HSV(B)229.41º25.76%25.88%-
XYZ3.483.55.65-
YUV52.7135.51125.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=29.34%
G=31.14%
B=39.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4952660.260.2100.74229.4114.7822.55
Hex3134421A1504Ae5f17
Octal6164102322501123451727
Binary110001110100100001011010101010100101011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313442; }

 p { color: rgb(49,52,66); }

 H1.HeaderClassName
 {
   color: #313442;
 }
 .AnyTagClassName
 {
   color: #313442;
 }
</style>
background-color css

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

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

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

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

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

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