#193C3B

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

Shades of Tiber #193C3B

Tints of Tiber #193C3B

Color information

#193C3B (or 0x193C3B) is unknown color: approx Tiber. HEX triplet: 19, 3C and 3B. RGB value is (25,60,59). Sum of RGB (Red+Green+Blue) = 25+60+59=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #193C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C3B is #E6C3C4. Grayscale: #313131. Windows color (decimal): -15123397 or 3882009. OLE color: 3882009.

HSL color Cylindrical-coordinate representation of color #193C3B: hue angle of 178.29º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193C3B is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB256059-
CMYK0.5800.020.76
HSL178.29º41.18%16.67%-
HSV(B)178.29º58.33%23.53%-
XYZ2.813.754.71-
YUV49.42133.4110.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=17.36%
G=41.67%
B=40.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2560590.5800.020.76178.2941.1816.67
Hex193C3B3A024Cb22911
Octal31747372021142625121
Binary1100111110011101111101001010011001011001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193C3B; }

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

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

<style>
 a { background-color: #193C3B; }

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

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

<style>
 span { border-color: #193C3B; }

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

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