Html Css Color HEX #0D392F Deep Teal

📋 copy color: '#0D392F'

red 13 ◦ green 57 ◦ blue 47

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

Shades of Deep Teal #0D392F

Tints of Deep Teal #0D392F

RGB

 RED value IS 13 (5.47% from 255) = 11.11%

 GREEN value IS 57 (22.66% from 255) = 48.72%

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

R = 11.11%
G = 48.72%
B = 40.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#0D392F (or 0x0D392F) is known color: Deep Teal. HEX triplet: 0D, 39 and 2F. RGB value is (13,57,47). Sum of RGB (Red+Green+Blue) = 13+57+47=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #0D392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D392F is #F2C6D0. Grayscale: #2A2A2A. Windows color (decimal): -15910609 or 3094797. OLE color: 3094797.

HSL color Cylindrical-coordinate representation of color #0D392F: hue angle of 166.36º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D392F is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 57 47 -
CMYK 0.77 0 0.18 0.78
HSL 166.36º 0.63% 0.14% -
HSV(B) 166.36º 0.77% 0.22% -
XYZ 2.14 3.22 3.2 -
YUV 42.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 13 57 47 0.77 0 0.18 0.78 166.36 0.63 0.14
Hex D 39 2F 4D 0 12 4E A6 3F E
Octal 15 71 57 115 0 22 116 246 77 16
Binary 1101 111001 101111 1001101 0 10010 1001110 10100110 111111 1110

Color Harmonies of #0D392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D392F

Black with #0D392F

Text Example


Text Example

White with #0D392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,47); }

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

background-color css

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

 a { background-color: rgb(13,57,47); }

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

border-color css

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

 span { border-color: rgb(13,57,47); }

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