#0B342F

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

Shades of Deep Teal #0B342F

Tints of Deep Teal #0B342F

Color information

#0B342F (or 0x0B342F) is unknown color: approx Deep Teal. HEX triplet: 0B, 34 and 2F. RGB value is (11,52,47). Sum of RGB (Red+Green+Blue) = 11+52+47=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #0B342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B342F is #F4CBD0. Grayscale: #272727. Windows color (decimal): -16042961 or 3093515. OLE color: 3093515.

HSL color Cylindrical-coordinate representation of color #0B342F: hue angle of 172.68º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B342F is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB115247-
CMYK0.7900.100.80
HSL172.68º65.08%12.35%-
HSV(B)172.68º78.85%20.39%-
XYZ1.882.733.12-
YUV39.17132.42107.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=10%
G=47.27%
B=42.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1152470.7900.100.80172.6865.0812.35
HexB342F4F0A50ad41c
Octal13645711701212025510114
Binary101111010010111110011110101010100001010110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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