#182950

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

Shades of Bunting #182950

Tints of Bunting #182950

Color information

#182950 (or 0x182950) is unknown color: approx Bunting. HEX triplet: 18, 29 and 50. RGB value is (24,41,80). Sum of RGB (Red+Green+Blue) = 24+41+80=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #182950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182950 is #E7D6AF. Grayscale: #282828. Windows color (decimal): -15193776 or 5253400. OLE color: 5253400.

HSL color Cylindrical-coordinate representation of color #182950: hue angle of 221.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #182950 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB244180-
CMYK0.700.4900.69
HSL221.79º53.85%20.39%-
HSV(B)221.79º70%31.37%-
XYZ2.622.367.91-
YUV40.36150.37116.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=16.55%
G=28.28%
B=55.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2441800.700.4900.69221.7953.8520.39
Hex1829504631045de3614
Octal30511201066101053366624
Binary1100010100110100001000110110001010001011101111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182950; }

 p { color: rgb(24,41,80); }

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

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

 a { background-color: rgb(24,41,80); }

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

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

 span { border-color: rgb(24,41,80); }

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