#0B3A36

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

Shades of Deep Teal #0B3A36

Tints of Deep Teal #0B3A36

Color information

#0B3A36 (or 0x0B3A36) is unknown color: approx Deep Teal. HEX triplet: 0B, 3A and 36. RGB value is (11,58,54). Sum of RGB (Red+Green+Blue) = 11+58+54=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A36 is #F4C5C9. Grayscale: #2B2B2B. Windows color (decimal): -16041418 or 3553803. OLE color: 3553803.

HSL color Cylindrical-coordinate representation of color #0B3A36: hue angle of 174.89º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A36 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB115854-
CMYK0.8100.070.77
HSL174.89º68.12%13.53%-
HSV(B)174.89º81.03%22.75%-
XYZ2.323.364.02-
YUV43.49133.93104.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.94%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=8.94%
G=47.15%
B=43.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158540.8100.070.77174.8968.1213.53
HexB3A3651074Daf44e
Octal1372661210711525710416
Binary10111110101101101010001011110011011010111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B3A36; }

 p { color: rgb(11,58,54); }

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

<style>
 a { background-color: #0B3A36; }

 a { background-color: rgb(11,58,54); }

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

<style>
 span { border-color: #0B3A36; }

 span { border-color: rgb(11,58,54); }

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