#18303A

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

Shades of Tangaroa #18303A

Tints of Tangaroa #18303A

Color information

#18303A (or 0x18303A) is unknown color: approx Tangaroa. HEX triplet: 18, 30 and 3A. RGB value is (24,48,58). Sum of RGB (Red+Green+Blue) = 24+48+58=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #18303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18303A is #E7CFC5. Grayscale: #292929. Windows color (decimal): -15192006 or 3813400. OLE color: 3813400.

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

Color convert

RGB244858-
CMYK0.590.1700.77
HSL197.65º41.46%16.08%-
HSV(B)197.65º58.62%22.75%-
XYZ2.22.614.39-
YUV41.96137.05115.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=18.46%
G=36.92%
B=44.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2448580.590.1700.77197.6541.4616.08
Hex18303A3B1104Dc62910
Octal306072732101153065120
Binary1100011000011101011101110001010011011100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,48,58); }

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

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

 a { background-color: rgb(24,48,58); }

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

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

 span { border-color: rgb(24,48,58); }

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