Html Css Color HEX #0B3430 Deep Teal

📋 copy color: '#0B3430'

red 11 ◦ green 52 ◦ blue 48

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

Shades of Deep Teal #0B3430

Tints of Deep Teal #0B3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.85%

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

R = 9.91%
G = 46.85%
B = 43.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#0B3430 (or 0x0B3430) is known color: Deep Teal. HEX triplet: 0B, 34 and 30. RGB value is (11,52,48). Sum of RGB (Red+Green+Blue) = 11+52+48=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3430 is #F4CBCF. Grayscale: #272727. Windows color (decimal): -16042960 or 3159051. OLE color: 3159051.

HSL color Cylindrical-coordinate representation of color #0B3430: hue angle of 174.15º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B3430 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 11 52 48 -
CMYK 0.79 0 0.08 0.80
HSL 174.15º 0.65% 0.12% -
HSV(B) 174.15º 0.79% 0.2% -
XYZ 1.9 2.74 3.23 -
YUV 39.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 11 52 48 0.79 0 0.08 0.80 174.15 0.65 0.12
Hex B 34 30 4F 0 8 50 AE 41 C
Octal 13 64 60 117 0 10 120 256 101 14
Binary 1011 110100 110000 1001111 0 1000 1010000 10101110 1000001 1100

Color Harmonies of #0B3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3430

Black with #0B3430

Text Example


Text Example

White with #0B3430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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