#18283A

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

Shades of Tangaroa #18283A

Tints of Tangaroa #18283A

Color information

#18283A (or 0x18283A) is unknown color: approx Tangaroa. HEX triplet: 18, 28 and 3A. RGB value is (24,40,58). Sum of RGB (Red+Green+Blue) = 24+40+58=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #18283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18283A is #E7D7C5. Grayscale: #252525. Windows color (decimal): -15194054 or 3811352. OLE color: 3811352.

HSL color Cylindrical-coordinate representation of color #18283A: hue angle of 211.76º 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 #18283A is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB244058-
CMYK0.590.3100.77
HSL211.76º41.46%16.08%-
HSV(B)211.76º58.62%22.75%-
XYZ1.92.024.29-
YUV37.27139.7118.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 58 (23.05% from 255) = 47.54%
R=19.67%
G=32.79%
B=47.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2440580.590.3100.77211.7641.4616.08
Hex18283A3B1F04Dd42910
Octal305072733701153245120
Binary1100010100011101011101111111010011011101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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