Html Css Color HEX #293140 Bunting

📋 copy color: '#293140'

red 41 ◦ green 49 ◦ blue 64

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

Shades of Bunting #293140

Tints of Bunting #293140

RGB

 RED value IS 41 (16.41% from 255) = 26.62%

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

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 26.62%
G = 31.82%
B = 41.56%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293140 (or 0x293140) is known color: Bunting. HEX triplet: 29, 31 and 40. RGB value is (41,49,64). Sum of RGB (Red+Green+Blue) = 41+49+64=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #293140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293140 is #D6CEBF. Grayscale: #303030. Windows color (decimal): -14077632 or 4206889. OLE color: 4206889.

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

Color convert

RGB 41 49 64 -
CMYK 0.36 0.23 0 0.75
HSL 219.13º 0.22% 0.21% -
HSV(B) 219.13º 0.36% 0.25% -
XYZ 2.94 3.04 5.28 -
YUV 48.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 41 49 64 0.36 0.23 0 0.75 219.13 0.22 0.21
Hex 29 31 40 24 17 0 4B DB 16 15
Octal 51 61 100 44 27 0 113 333 26 25
Binary 101001 110001 1000000 100100 10111 0 1001011 11011011 10110 10101

Color Harmonies of #293140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293140

Black with #293140

Text Example


Text Example

White with #293140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293140; }

 p { color: rgb(41,49,64); }

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

background-color css

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

 a { background-color: rgb(41,49,64); }

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

border-color css

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

 span { border-color: rgb(41,49,64); }

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