#292F40

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

Shades of Bunting #292F40

Tints of Bunting #292F40

Color information

#292F40 (or 0x292F40) is unknown color: approx Bunting. HEX triplet: 29, 2F and 40. RGB value is (41,47,64). Sum of RGB (Red+Green+Blue) = 41+47+64=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #292F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F40 is #D6D0BF. Grayscale: #2F2F2F. Windows color (decimal): -14078144 or 4206377. OLE color: 4206377.

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

Color convert

RGB414764-
CMYK0.360.2700.75
HSL224.35º21.9%20.59%-
HSV(B)224.35º35.94%25.1%-
XYZ2.862.875.25-
YUV47.14137.51123.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=26.97%
G=30.92%
B=42.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4147640.360.2700.75224.3521.920.59
Hex292F40241B04Be01615
Octal5157100443301133402625
Binary10100110111110000001001001101101001011111000001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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