#1D2B49

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

Shades of Bunting #1D2B49

Tints of Bunting #1D2B49

Color information

#1D2B49 (or 0x1D2B49) is unknown color: approx Bunting. HEX triplet: 1D, 2B and 49. RGB value is (29,43,73). Sum of RGB (Red+Green+Blue) = 29+43+73=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D2B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2B49 is #E2D4B6. Grayscale: #2A2A2A. Windows color (decimal): -14865591 or 4795165. OLE color: 4795165.

HSL color Cylindrical-coordinate representation of color #1D2B49: hue angle of 220.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D2B49 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB294373-
CMYK0.600.4100.71
HSL220.91º43.14%20%-
HSV(B)220.91º60.27%28.63%-
XYZ2.572.476.64-
YUV42.23145.36118.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=20%
G=29.66%
B=50.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2943730.600.4100.71220.9143.1420
Hex1D2B493C29047dd2b14
Octal3553111745101073355324
Binary111011010111001001111100101001010001111101110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D2B49; }

 p { color: rgb(29,43,73); }

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

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

 a { background-color: rgb(29,43,73); }

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

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

 span { border-color: rgb(29,43,73); }

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