#19303B

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

Shades of Tangaroa #19303B

Tints of Tangaroa #19303B

Color information

#19303B (or 0x19303B) is unknown color: approx Tangaroa. HEX triplet: 19, 30 and 3B. RGB value is (25,48,59). Sum of RGB (Red+Green+Blue) = 25+48+59=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #19303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19303B is #E6CFC4. Grayscale: #2A2A2A. Windows color (decimal): -15126469 or 3878937. OLE color: 3878937.

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

Color convert

RGB254859-
CMYK0.580.1900.77
HSL199.41º40.48%16.47%-
HSV(B)199.41º57.63%23.14%-
XYZ2.252.644.53-
YUV42.38137.38115.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=18.94%
G=36.36%
B=44.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2548590.580.1900.77199.4140.4816.47
Hex19303B3A1304Dc72810
Octal316073722301153075020
Binary1100111000011101111101010011010011011100011110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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