#19303A

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

Shades of Tangaroa #19303A

Tints of Tangaroa #19303A

Color information

#19303A (or 0x19303A) is unknown color: approx Tangaroa. HEX triplet: 19, 30 and 3A. RGB value is (25,48,58). Sum of RGB (Red+Green+Blue) = 25+48+58=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #19303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19303A is #E6CFC5. Grayscale: #2A2A2A. Windows color (decimal): -15126470 or 3813401. OLE color: 3813401.

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

Color convert

RGB254858-
CMYK0.570.1700.77
HSL198.18º39.76%16.27%-
HSV(B)198.18º56.9%22.75%-
XYZ2.222.634.39-
YUV42.26136.88115.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=19.08%
G=36.64%
B=44.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2548580.570.1700.77198.1839.7616.27
Hex19303A391104Dc62810
Octal316072712101153065020
Binary1100111000011101011100110001010011011100011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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