#0B3A35

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

Shades of Deep Teal #0B3A35

Tints of Deep Teal #0B3A35

Color information

#0B3A35 (or 0x0B3A35) is unknown color: approx Deep Teal. HEX triplet: 0B, 3A and 35. RGB value is (11,58,53). Sum of RGB (Red+Green+Blue) = 11+58+53=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A35 is #F4C5CA. Grayscale: #2B2B2B. Windows color (decimal): -16041419 or 3488267. OLE color: 3488267.

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

Color convert

RGB115853-
CMYK0.8100.090.77
HSL173.62º68.12%13.53%-
HSV(B)173.62º81.03%22.75%-
XYZ2.293.353.89-
YUV43.38133.43104.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 58 (23.05% from 255) = 47.54%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=9.02%
G=47.54%
B=43.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1158530.8100.090.77173.6268.1213.53
HexB3A3551094Dae44e
Octal13726512101111525610416
Binary101111101011010110100010100110011011010111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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