#19424A

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

Shades of Tiber #19424A

Tints of Tiber #19424A

Color information

#19424A (or 0x19424A) is unknown color: approx Tiber. HEX triplet: 19, 42 and 4A. RGB value is (25,66,74). Sum of RGB (Red+Green+Blue) = 25+66+74=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #19424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19424A is #E6BDB5. Grayscale: #363636. Windows color (decimal): -15121846 or 4866585. OLE color: 4866585.

HSL color Cylindrical-coordinate representation of color #19424A: hue angle of 189.8º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19424A is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB256674-
CMYK0.660.1100.71
HSL189.8º49.49%19.41%-
HSV(B)189.8º66.22%29.02%-
XYZ3.594.67.18-
YUV54.65138.92106.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=15.15%
G=40%
B=44.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2566740.660.1100.71189.849.4919.41
Hex19424A42B047be3113
Octal311021121021301072766123
Binary110011000010100101010000101011010001111011111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,66,74); }

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

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

 a { background-color: rgb(25,66,74); }

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

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

 span { border-color: rgb(25,66,74); }

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