#20313B

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

Shades of Tangaroa #20313B

Tints of Tangaroa #20313B

Color information

#20313B (or 0x20313B) is unknown color: approx Tangaroa. HEX triplet: 20, 31 and 3B. RGB value is (32,49,59). Sum of RGB (Red+Green+Blue) = 32+49+59=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #20313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20313B is #DFCEC4. Grayscale: #2D2D2D. Windows color (decimal): -14667461 or 3879200. OLE color: 3879200.

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

Color convert

RGB324959-
CMYK0.460.1700.77
HSL202.22º29.67%17.84%-
HSV(B)202.22º45.76%23.14%-
XYZ2.482.824.55-
YUV45.06135.87118.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=22.86%
G=35%
B=42.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3249590.460.1700.77202.2229.6717.84
Hex20313B2E1104Dca1e12
Octal406173562101153123622
Binary1000001100011110111011101000101001101110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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