Html Css Color HEX #293241 Bunting

📋 copy color: '#293241'

red 41 ◦ green 50 ◦ blue 65

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

Shades of Bunting #293241

Tints of Bunting #293241

RGB

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

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

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

R = 26.28%
G = 32.05%
B = 41.67%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293241 (or 0x293241) is known color: Bunting. HEX triplet: 29, 32 and 41. RGB value is (41,50,65). Sum of RGB (Red+Green+Blue) = 41+50+65=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #293241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293241 is #D6CDBE. Grayscale: #303030. Windows color (decimal): -14077375 or 4272681. OLE color: 4272681.

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

Color convert

RGB 41 50 65 -
CMYK 0.37 0.23 0 0.75
HSL 217.5º 0.23% 0.21% -
HSV(B) 217.5º 0.37% 0.25% -
XYZ 3.01 3.13 5.45 -
YUV 49.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 41 50 65 0.37 0.23 0 0.75 217.5 0.23 0.21
Hex 29 32 41 25 17 0 4B DA 17 15
Octal 51 62 101 45 27 0 113 332 27 25
Binary 101001 110010 1000001 100101 10111 0 1001011 11011010 10111 10101

Color Harmonies of #293241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293241

Black with #293241

Text Example


Text Example

White with #293241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293241; }

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

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

background-color css

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

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

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

border-color css

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

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

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