#0D3941

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

Shades of Nordic #0D3941

Tints of Nordic #0D3941

Color information

#0D3941 (or 0x0D3941) is unknown color: approx Nordic. HEX triplet: 0D, 39 and 41. RGB value is (13,57,65). Sum of RGB (Red+Green+Blue) = 13+57+65=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3941 is #F2C6BE. Grayscale: #2C2C2C. Windows color (decimal): -15910591 or 4274445. OLE color: 4274445.

HSL color Cylindrical-coordinate representation of color #0D3941: hue angle of 189.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3941 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB135765-
CMYK0.800.1200.75
HSL189.23º66.67%15.29%-
HSV(B)189.23º80%25.49%-
XYZ2.583.395.52-
YUV44.76139.42105.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.63%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=9.63%
G=42.22%
B=48.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1357650.800.1200.75189.2366.6715.29
HexD394150C04Bbd43f
Octal157110112014011327510317
Binary1101111001100000110100001100010010111011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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