#273946

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

Shades of Tarawera #273946

Tints of Tarawera #273946

Color information

#273946 (or 0x273946) is unknown color: approx Tarawera. HEX triplet: 27, 39 and 46. RGB value is (39,57,70). Sum of RGB (Red+Green+Blue) = 39+57+70=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #273946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273946 is #D8C6B9. Grayscale: #353535. Windows color (decimal): -14206650 or 4602151. OLE color: 4602151.

HSL color Cylindrical-coordinate representation of color #273946: hue angle of 205.16º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #273946 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB395770-
CMYK0.440.1900.73
HSL205.16º28.44%21.37%-
HSV(B)205.16º44.29%27.45%-
XYZ3.413.86.35-
YUV53.1137.54117.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 70 (27.73% from 255) = 42.17%
R=23.49%
G=34.34%
B=42.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3957700.440.1900.73205.1628.4421.37
Hex2739462C13049cd1c15
Octal4771106542301113153425
Binary10011111100110001101011001001101001001110011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273946; }

 p { color: rgb(39,57,70); }

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

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

 a { background-color: rgb(39,57,70); }

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

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

 span { border-color: rgb(39,57,70); }

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