#20313A

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

Shades of Tangaroa #20313A

Tints of Tangaroa #20313A

Color information

#20313A (or 0x20313A) is unknown color: approx Tangaroa. HEX triplet: 20, 31 and 3A. RGB value is (32,49,58). Sum of RGB (Red+Green+Blue) = 32+49+58=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #20313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20313A is #DFCEC5. Grayscale: #2C2C2C. Windows color (decimal): -14667462 or 3813664. OLE color: 3813664.

HSL color Cylindrical-coordinate representation of color #20313A: hue angle of 200.77º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #20313A is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB324958-
CMYK0.450.1600.77
HSL200.77º28.89%17.65%-
HSV(B)200.77º44.83%22.75%-
XYZ2.462.814.42-
YUV44.94135.37118.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=23.02%
G=35.25%
B=41.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3249580.450.1600.77200.7728.8917.65
Hex20313A2D1004Dc91d12
Octal406172552001153113522
Binary1000001100011110101011011000001001101110010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20313A; }

 p { color: rgb(32,49,58); }

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

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

 a { background-color: rgb(32,49,58); }

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

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

 span { border-color: rgb(32,49,58); }

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