#0B352F

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

Shades of Deep Teal #0B352F

Tints of Deep Teal #0B352F

Color information

#0B352F (or 0x0B352F) is unknown color: approx Deep Teal. HEX triplet: 0B, 35 and 2F. RGB value is (11,53,47). Sum of RGB (Red+Green+Blue) = 11+53+47=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #0B352F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B352F is #F4CAD0. Grayscale: #272727. Windows color (decimal): -16042705 or 3093771. OLE color: 3093771.

HSL color Cylindrical-coordinate representation of color #0B352F: hue angle of 171.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B352F is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB115347-
CMYK0.7900.110.79
HSL171.43º65.62%12.55%-
HSV(B)171.43º79.25%20.78%-
XYZ1.922.823.13-
YUV39.76132.09107.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=9.91%
G=47.75%
B=42.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1153470.7900.110.79171.4365.6212.55
HexB352F4F0B4Fab42d
Octal13655711701311725310215
Binary101111010110111110011110101110011111010101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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