Html Css Color HEX #293141 Bunting

📋 copy color: '#293141'

red 41 ◦ green 49 ◦ blue 65

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

Shades of Bunting #293141

Tints of Bunting #293141

RGB

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

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

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

R = 26.45%
G = 31.61%
B = 41.94%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293141 (or 0x293141) is known color: Bunting. HEX triplet: 29, 31 and 41. RGB value is (41,49,65). Sum of RGB (Red+Green+Blue) = 41+49+65=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #293141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293141 is #D6CEBE. Grayscale: #303030. Windows color (decimal): -14077631 or 4272425. OLE color: 4272425.

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

Color convert

RGB 41 49 65 -
CMYK 0.37 0.25 0 0.75
HSL 220º 0.23% 0.21% -
HSV(B) 220º 0.37% 0.25% -
XYZ 2.97 3.05 5.43 -
YUV 48.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 41 49 65 0.37 0.25 0 0.75 220 0.23 0.21
Hex 29 31 41 25 19 0 4B DC 17 15
Octal 51 61 101 45 31 0 113 334 27 25
Binary 101001 110001 1000001 100101 11001 0 1001011 11011100 10111 10101

Color Harmonies of #293141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293141

Black with #293141

Text Example


Text Example

White with #293141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293141; }

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

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

background-color css

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

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

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

border-color css

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

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

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