#11273A

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

Shades of Tangaroa #11273A

Tints of Tangaroa #11273A

Color information

#11273A (or 0x11273A) is unknown color: approx Tangaroa. HEX triplet: 11, 27 and 3A. RGB value is (17,39,58). Sum of RGB (Red+Green+Blue) = 17+39+58=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #11273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11273A is #EED8C5. Grayscale: #222222. Windows color (decimal): -15653062 or 3811089. OLE color: 3811089.

HSL color Cylindrical-coordinate representation of color #11273A: hue angle of 207.8º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11273A is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB173958-
CMYK0.710.3300.77
HSL207.8º54.67%14.71%-
HSV(B)207.8º70.69%22.75%-
XYZ1.721.884.27-
YUV34.59141.21115.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=14.91%
G=34.21%
B=50.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1739580.710.3300.77207.854.6714.71
Hex11273A472104Dd037f
Octal2147721074101153206717
Binary10001100111111010100011110000101001101110100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,39,58); }

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

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

 a { background-color: rgb(17,39,58); }

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

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

 span { border-color: rgb(17,39,58); }

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