#1B3F36

Color #1B3F36 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #1B3F36

Tints of Deep Teal #1B3F36

Color information

#1B3F36 (or 0x1B3F36) is unknown color: approx Deep Teal. HEX triplet: 1B, 3F and 36. RGB value is (27,63,54). Sum of RGB (Red+Green+Blue) = 27+63+54=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #1B3F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F36 is #E4C0C9. Grayscale: #333333. Windows color (decimal): -14991562 or 3555099. OLE color: 3555099.

HSL color Cylindrical-coordinate representation of color #1B3F36: hue angle of 165º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B3F36 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB276354-
CMYK0.5700.140.75
HSL165º40%17.65%-
HSV(B)165º57.14%24.71%-
XYZ2.94.054.12-
YUV51.21129.57110.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.75%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=18.75%
G=43.75%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2763540.5700.140.751654017.65
Hex1B3F36390E4Ba52812
Octal337766710161132455022
Binary110111111111101101110010111010010111010010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3F36; }

 p { color: rgb(27,63,54); }

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

<style>
 a { background-color: #1B3F36; }

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

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

<style>
 span { border-color: #1B3F36; }

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

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