Html Css Color HEX #0B3830 Deep Teal

📋 copy color: '#0B3830'

red 11 ◦ green 56 ◦ blue 48

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

Shades of Deep Teal #0B3830

Tints of Deep Teal #0B3830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 41.74%

R = 9.57%
G = 48.7%
B = 41.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#0B3830 (or 0x0B3830) is known color: Deep Teal. HEX triplet: 0B, 38 and 30. RGB value is (11,56,48). Sum of RGB (Red+Green+Blue) = 11+56+48=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3830 is #F4C7CF. Grayscale: #292929. Windows color (decimal): -16041936 or 3160075. OLE color: 3160075.

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

Color convert

RGB 11 56 48 -
CMYK 0.80 0 0.14 0.78
HSL 169.33º 0.67% 0.13% -
HSV(B) 169.33º 0.8% 0.22% -
XYZ 2.09 3.11 3.29 -
YUV 41.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 11 56 48 0.80 0 0.14 0.78 169.33 0.67 0.13
Hex B 38 30 50 0 E 4E A9 43 D
Octal 13 70 60 120 0 16 116 251 103 15
Binary 1011 111000 110000 1010000 0 1110 1001110 10101001 1000011 1101

Color Harmonies of #0B3830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3830

Black with #0B3830

Text Example


Text Example

White with #0B3830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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