#0B4338

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

Shades of Deep Teal #0B4338

Tints of Deep Teal #0B4338

Color information

#0B4338 (or 0x0B4338) is unknown color: approx Deep Teal. HEX triplet: 0B, 43 and 38. RGB value is (11,67,56). Sum of RGB (Red+Green+Blue) = 11+67+56=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4338 is #F4BCC7. Grayscale: #303030. Windows color (decimal): -16039112 or 3687179. OLE color: 3687179.

HSL color Cylindrical-coordinate representation of color #0B4338: hue angle of 168.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4338 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB116756-
CMYK0.8400.160.74
HSL168.21º71.79%15.29%-
HSV(B)168.21º83.58%26.27%-
XYZ2.864.374.43-
YUV49131.95100.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.21%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=8.21%
G=50%
B=41.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167560.8400.160.74168.2171.7915.29
HexB4338540104Aa848f
Octal131037012402011225011017
Binary10111000011111000101010001000010010101010100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,56); }

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

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

 a { background-color: rgb(11,67,56); }

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

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

 span { border-color: rgb(11,67,56); }

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