#143F3F

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

Shades of Tiber #143F3F

Tints of Tiber #143F3F

Color information

#143F3F (or 0x143F3F) is unknown color: approx Tiber. HEX triplet: 14, 3F and 3F. RGB value is (20,63,63). Sum of RGB (Red+Green+Blue) = 20+63+63=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #143F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F3F is #EBC0C0. Grayscale: #323232. Windows color (decimal): -15450305 or 4144916. OLE color: 4144916.

HSL color Cylindrical-coordinate representation of color #143F3F: hue angle of 180º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F3F is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB206363-
CMYK0.68000.75
HSL180º51.81%16.27%-
HSV(B)180º68.25%24.71%-
XYZ2.964.065.33-
YUV50.14135.25106.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 63 (25% from 255) = 43.15%
R=13.70%
G=43.15%
B=43.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2063630.68000.7518051.8116.27
Hex143F3F44004Bb43410
Octal247777104001132646420
Binary1010011111111111110001000010010111011010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143F3F; }

 p { color: rgb(20,63,63); }

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

<style>
 a { background-color: #143F3F; }

 a { background-color: rgb(20,63,63); }

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

<style>
 span { border-color: #143F3F; }

 span { border-color: rgb(20,63,63); }

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