#1F2B49

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

Shades of Bunting #1F2B49

Tints of Bunting #1F2B49

Color information

#1F2B49 (or 0x1F2B49) is unknown color: approx Bunting. HEX triplet: 1F, 2B and 49. RGB value is (31,43,73). Sum of RGB (Red+Green+Blue) = 31+43+73=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F2B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2B49 is #E0D4B6. Grayscale: #2A2A2A. Windows color (decimal): -14734519 or 4795167. OLE color: 4795167.

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

Color convert

RGB314373-
CMYK0.580.4100.71
HSL222.86º40.38%20.39%-
HSV(B)222.86º57.53%28.63%-
XYZ2.632.56.65-
YUV42.83145.02119.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=21.09%
G=29.25%
B=49.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3143730.580.4100.71222.8640.3820.39
Hex1F2B493A29047df2814
Octal3753111725101073375024
Binary111111010111001001111010101001010001111101111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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