Html Css Color HEX #0B3831 Deep Teal

📋 copy color: '#0B3831'

red 11 ◦ green 56 ◦ blue 49

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

Shades of Deep Teal #0B3831

Tints of Deep Teal #0B3831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.28%

 BLUE value IS 49 (19.53% from 255) = 42.24%

R = 9.48%
G = 48.28%
B = 42.24%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#0B3831 (or 0x0B3831) is known color: Deep Teal. HEX triplet: 0B, 38 and 31. RGB value is (11,56,49). Sum of RGB (Red+Green+Blue) = 11+56+49=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3831 is #F4C7CE. Grayscale: #292929. Windows color (decimal): -16041935 or 3225611. OLE color: 3225611.

HSL color Cylindrical-coordinate representation of color #0B3831: hue angle of 170.67º 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 #0B3831 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 56 49 -
CMYK 0.80 0 0.12 0.78
HSL 170.67º 0.67% 0.13% -
HSV(B) 170.67º 0.8% 0.22% -
XYZ 2.11 3.12 3.4 -
YUV 41.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 11 56 49 0.80 0 0.12 0.78 170.67 0.67 0.13
Hex B 38 31 50 0 C 4E AB 43 D
Octal 13 70 61 120 0 14 116 253 103 15
Binary 1011 111000 110001 1010000 0 1100 1001110 10101011 1000011 1101

Color Harmonies of #0B3831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3831

Black with #0B3831

Text Example


Text Example

White with #0B3831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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