#292F41

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

Shades of Bunting #292F41

Tints of Bunting #292F41

Color information

#292F41 (or 0x292F41) is unknown color: approx Bunting. HEX triplet: 29, 2F and 41. RGB value is (41,47,65). Sum of RGB (Red+Green+Blue) = 41+47+65=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #292F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F41 is #D6D0BE. Grayscale: #2F2F2F. Windows color (decimal): -14078143 or 4271913. OLE color: 4271913.

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

Color convert

RGB414765-
CMYK0.370.2800.75
HSL225º22.64%20.78%-
HSV(B)225º36.92%25.49%-
XYZ2.892.895.41-
YUV47.26138.01123.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 65 (25.78% from 255) = 42.48%
R=26.80%
G=30.72%
B=42.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4147650.370.2800.7522522.6420.78
Hex292F41251C04Be11715
Octal5157101453401133412725
Binary10100110111110000011001011110001001011111000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F41; }

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

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

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

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

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

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

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

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