#182936

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

Shades of Tangaroa #182936

Tints of Tangaroa #182936

Color information

#182936 (or 0x182936) is unknown color: approx Tangaroa. HEX triplet: 18, 29 and 36. RGB value is (24,41,54). Sum of RGB (Red+Green+Blue) = 24+41+54=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #182936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182936 is #E7D6C9. Grayscale: #252525. Windows color (decimal): -15193802 or 3549464. OLE color: 3549464.

HSL color Cylindrical-coordinate representation of color #182936: hue angle of 206º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #182936 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB244154-
CMYK0.560.2400.79
HSL206º38.46%15.29%-
HSV(B)206º55.56%21.18%-
XYZ1.842.053.79-
YUV37.4137.37118.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=20.17%
G=34.45%
B=45.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2441540.560.2400.7920638.4615.29
Hex182936381804Fce26f
Octal305166703001173164617
Binary110001010011101101110001100001001111110011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182936; }

 p { color: rgb(24,41,54); }

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

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

 a { background-color: rgb(24,41,54); }

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

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

 span { border-color: rgb(24,41,54); }

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