#283F49

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

Shades of Tarawera #283F49

Tints of Tarawera #283F49

Color information

#283F49 (or 0x283F49) is unknown color: approx Tarawera. HEX triplet: 28, 3F and 49. RGB value is (40,63,73). Sum of RGB (Red+Green+Blue) = 40+63+73=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #283F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F49 is #D7C0B6. Grayscale: #393939. Windows color (decimal): -14139575 or 4800296. OLE color: 4800296.

HSL color Cylindrical-coordinate representation of color #283F49: hue angle of 198.18º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #283F49 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB406373-
CMYK0.450.1400.71
HSL198.18º29.2%22.16%-
HSV(B)198.18º45.21%28.63%-
XYZ3.864.496.97-
YUV57.26136.88115.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=22.73%
G=35.80%
B=41.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4063730.450.1400.71198.1829.222.16
Hex283F492DE047c61d16
Octal5077111551601073063526
Binary1010001111111001001101101111001000111110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283F49; }

 p { color: rgb(40,63,73); }

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

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

 a { background-color: rgb(40,63,73); }

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

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

 span { border-color: rgb(40,63,73); }

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