Html Css Color HEX #293240 Bunting

📋 copy color: '#293240'

red 41 ◦ green 50 ◦ blue 64

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

Shades of Bunting #293240

Tints of Bunting #293240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 26.45%
G = 32.26%
B = 41.29%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293240 (or 0x293240) is known color: Bunting. HEX triplet: 29, 32 and 40. RGB value is (41,50,64). Sum of RGB (Red+Green+Blue) = 41+50+64=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #293240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293240 is #D6CDBF. Grayscale: #303030. Windows color (decimal): -14077376 or 4207145. OLE color: 4207145.

HSL color Cylindrical-coordinate representation of color #293240: hue angle of 216.52º 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 #293240 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 50 64 -
CMYK 0.36 0.22 0 0.75
HSL 216.52º 0.22% 0.21% -
HSV(B) 216.52º 0.36% 0.25% -
XYZ 2.98 3.12 5.3 -
YUV 48.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 41 50 64 0.36 0.22 0 0.75 216.52 0.22 0.21
Hex 29 32 40 24 16 0 4B D9 16 15
Octal 51 62 100 44 26 0 113 331 26 25
Binary 101001 110010 1000000 100100 10110 0 1001011 11011001 10110 10101

Color Harmonies of #293240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293240

Black with #293240

Text Example


Text Example

White with #293240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293240; }

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

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

background-color css

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

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

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

border-color css

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

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

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