#0B3930

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

Shades of Deep Teal #0B3930

Tints of Deep Teal #0B3930

Color information

#0B3930 (or 0x0B3930) is unknown color: approx Deep Teal. HEX triplet: 0B, 39 and 30. RGB value is (11,57,48). Sum of RGB (Red+Green+Blue) = 11+57+48=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3930 is #F4C6CF. Grayscale: #2A2A2A. Windows color (decimal): -16041680 or 3160331. OLE color: 3160331.

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

Color convert

RGB115748-
CMYK0.8100.160.78
HSL168.26º67.65%13.33%-
HSV(B)168.26º80.7%22.35%-
XYZ2.133.213.3-
YUV42.22131.26105.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.48%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=9.48%
G=49.14%
B=41.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1157480.8100.160.78168.2667.6513.33
HexB3930510104Ea844d
Octal13716012102011625010415
Binary1011111001110000101000101000010011101010100010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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