#0D382F

Color #0D382F Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0D382F

Tints of Deep Teal #0D382F

Color information

#0D382F (or 0x0D382F) is unknown color: approx Deep Teal. HEX triplet: 0D, 38 and 2F. RGB value is (13,56,47). Sum of RGB (Red+Green+Blue) = 13+56+47=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #0D382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D382F is #F2C7D0. Grayscale: #2A2A2A. Windows color (decimal): -15910865 or 3094541. OLE color: 3094541.

HSL color Cylindrical-coordinate representation of color #0D382F: hue angle of 167.44º degrees, saturation: 0.62, 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 #0D382F is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB135647-
CMYK0.7700.160.78
HSL167.44º62.32%13.53%-
HSV(B)167.44º76.79%21.96%-
XYZ2.093.123.18-
YUV42.12130.75107.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.21%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=11.21%
G=48.28%
B=40.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1356470.7700.160.78167.4462.3213.53
HexD382F4D0104Ea73ee
Octal1570571150201162477616
Binary110111100010111110011010100001001110101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D382F;
 }
 .AnyTagClassName
 {
   color: #0D382F;
 }
</style>
background-color css

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

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

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

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

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

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