#0D3130

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

Shades of Nordic #0D3130

Tints of Nordic #0D3130

Color information

#0D3130 (or 0x0D3130) is unknown color: approx Nordic. HEX triplet: 0D, 31 and 30. RGB value is (13,49,48). Sum of RGB (Red+Green+Blue) = 13+49+48=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3130 is #F2CECF. Grayscale: #262626. Windows color (decimal): -15912656 or 3158285. OLE color: 3158285.

HSL color Cylindrical-coordinate representation of color #0D3130: hue angle of 178.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3130 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB134948-
CMYK0.7300.020.81
HSL178.33º58.06%12.16%-
HSV(B)178.33º73.47%19.22%-
XYZ1.82.53.18-
YUV38.12133.57110.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.82%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=11.82%
G=44.55%
B=43.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349480.7300.020.81178.3358.0612.16
HexD3130490251b23ac
Octal156160111021212627214
Binary110111000111000010010010101010001101100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,48); }

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

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

 a { background-color: rgb(13,49,48); }

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

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

 span { border-color: rgb(13,49,48); }

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