#16273B

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

Shades of Tangaroa #16273B

Tints of Tangaroa #16273B

Color information

#16273B (or 0x16273B) is unknown color: approx Tangaroa. HEX triplet: 16, 27 and 3B. RGB value is (22,39,59). Sum of RGB (Red+Green+Blue) = 22+39+59=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #16273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16273B is #E9D8C4. Grayscale: #242424. Windows color (decimal): -15325381 or 3876630. OLE color: 3876630.

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

Color convert

RGB223959-
CMYK0.630.3400.77
HSL212.43º45.68%15.88%-
HSV(B)212.43º62.71%23.14%-
XYZ1.851.944.41-
YUV36.2140.87117.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 59 (23.44% from 255) = 49.17%
R=18.33%
G=32.5%
B=49.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2239590.630.3400.77212.4345.6815.88
Hex16273B3F2204Dd42e10
Octal264773774201153245620
Binary10110100111111011111111100010010011011101010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,39,59); }

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

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

 a { background-color: rgb(22,39,59); }

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

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

 span { border-color: rgb(22,39,59); }

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