#203947

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

Shades of Tarawera #203947

Tints of Tarawera #203947

Color information

#203947 (or 0x203947) is unknown color: approx Tarawera. HEX triplet: 20, 39 and 47. RGB value is (32,57,71). Sum of RGB (Red+Green+Blue) = 32+57+71=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #203947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203947 is #DFC6B8. Grayscale: #333333. Windows color (decimal): -14665401 or 4667680. OLE color: 4667680.

HSL color Cylindrical-coordinate representation of color #203947: hue angle of 201.54º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #203947 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB325771-
CMYK0.550.2000.72
HSL201.54º37.86%20.2%-
HSV(B)201.54º54.93%27.84%-
XYZ3.23.696.5-
YUV51.12139.22114.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=20%
G=35.62%
B=44.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3257710.550.2000.72201.5437.8620.2
Hex2039473714048ca2614
Octal4071107672401103124624
Binary100000111001100011111011110100010010001100101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203947; }

 p { color: rgb(32,57,71); }

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

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

 a { background-color: rgb(32,57,71); }

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

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

 span { border-color: rgb(32,57,71); }

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