#0B3730

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

Shades of Deep Teal #0B3730

Tints of Deep Teal #0B3730

Color information

#0B3730 (or 0x0B3730) is unknown color: approx Deep Teal. HEX triplet: 0B, 37 and 30. RGB value is (11,55,48). Sum of RGB (Red+Green+Blue) = 11+55+48=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3730 is #F4C8CF. Grayscale: #292929. Windows color (decimal): -16042192 or 3159819. OLE color: 3159819.

HSL color Cylindrical-coordinate representation of color #0B3730: hue angle of 170.45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3730 is Cyan = 0.8, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB115548-
CMYK0.800.130.78
HSL170.45º66.67%12.94%-
HSV(B)170.45º80%21.57%-
XYZ2.043.023.27-
YUV41.05131.92106.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.65%
GREEN value IS 55 (21.88% from 255) = 48.25%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=9.65%
G=48.25%
B=42.11%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1155480.800.130.78170.4566.6712.94
HexB3730500D4Eaa43d
Octal13676012001511625210315
Binary101111011111000010100000110110011101010101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,55,48); }

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

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

 a { background-color: rgb(11,55,48); }

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

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

 span { border-color: rgb(11,55,48); }

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