#0F3037

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

Shades of Nordic #0F3037

Tints of Nordic #0F3037

Color information

#0F3037 (or 0x0F3037) is unknown color: approx Nordic. HEX triplet: 0F, 30 and 37. RGB value is (15,48,55). Sum of RGB (Red+Green+Blue) = 15+48+55=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F3037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3037 is #F0CFC8. Grayscale: #262626. Windows color (decimal): -15781833 or 3616783. OLE color: 3616783.

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

Color convert

RGB154855-
CMYK0.730.1300.78
HSL190.5º57.14%13.73%-
HSV(B)190.5º72.73%21.57%-
XYZ1.942.493.99-
YUV38.93137.07110.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.71%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 55 (21.88% from 255) = 46.61%
R=12.71%
G=40.68%
B=46.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1548550.730.1300.78190.557.1413.73
HexF303749D04Ebe39e
Octal1760671111501162767116
Binary11111100001101111001001110101001110101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,55); }

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

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

 a { background-color: rgb(15,48,55); }

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

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

 span { border-color: rgb(15,48,55); }

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