Html Css Color HEX #0B372F Deep Teal

📋 copy color: '#0B372F'

red 11 ◦ green 55 ◦ blue 47

#0B372F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #0B372F

Tints of Deep Teal #0B372F

RGB

 RED value IS 11 (4.69% from 255) = 9.73%

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 47 (18.75% from 255) = 41.59%

R = 9.73%
G = 48.67%
B = 41.59%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#0B372F (or 0x0B372F) is known color: Deep Teal. HEX triplet: 0B, 37 and 2F. RGB value is (11,55,47). Sum of RGB (Red+Green+Blue) = 11+55+47=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #0B372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B372F is #F4C8D0. Grayscale: #282828. Windows color (decimal): -16042193 or 3094283. OLE color: 3094283.

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

Color convert

RGB 11 55 47 -
CMYK 0.8 0 0.15 0.78
HSL 169.09º 0.67% 0.13% -
HSV(B) 169.09º 0.8% 0.22% -
XYZ 2.02 3.01 3.16 -
YUV 40.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 11 55 47 0.8 0 0.15 0.78 169.09 0.67 0.13
Hex B 37 2F 50 0 F 4E A9 43 D
Octal 13 67 57 120 0 17 116 251 103 15
Binary 1011 110111 101111 1010000 0 1111 1001110 10101001 1000011 1101

Color Harmonies of #0B372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B372F

Black with #0B372F

Text Example


Text Example

White with #0B372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B372F;
 }
 .AnyTagClassName
 {
   color: #0B372F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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