#0B3A34

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

Shades of Deep Teal #0B3A34

Tints of Deep Teal #0B3A34

Color information

#0B3A34 (or 0x0B3A34) is unknown color: approx Deep Teal. HEX triplet: 0B, 3A and 34. RGB value is (11,58,52). Sum of RGB (Red+Green+Blue) = 11+58+52=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A34 is #F4C5CB. Grayscale: #2B2B2B. Windows color (decimal): -16041420 or 3422731. OLE color: 3422731.

HSL color Cylindrical-coordinate representation of color #0B3A34: hue angle of 172.34º 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 #0B3A34 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB115852-
CMYK0.8100.100.77
HSL172.34º68.12%13.53%-
HSV(B)172.34º81.03%22.75%-
XYZ2.273.353.77-
YUV43.26132.93104.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=9.09%
G=47.93%
B=42.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158520.8100.100.77172.3468.1213.53
HexB3A34510A4Dac44e
Octal13726412101211525410416
Binary101111101011010010100010101010011011010110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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