#0F3034

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

Shades of Nordic #0F3034

Tints of Nordic #0F3034

Color information

#0F3034 (or 0x0F3034) is unknown color: approx Nordic. HEX triplet: 0F, 30 and 34. RGB value is (15,48,52). Sum of RGB (Red+Green+Blue) = 15+48+52=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F3034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3034 is #F0CFCB. Grayscale: #262626. Windows color (decimal): -15781836 or 3420175. OLE color: 3420175.

HSL color Cylindrical-coordinate representation of color #0F3034: hue angle of 186.49º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3034 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB154852-
CMYK0.710.0800.80
HSL186.49º55.22%13.14%-
HSV(B)186.49º71.15%20.39%-
XYZ1.872.463.63-
YUV38.59135.57111.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=13.04%
G=41.74%
B=45.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1548520.710.0800.80186.4955.2213.14
HexF3034478050ba37d
Octal1760641071001202726715
Binary11111100001101001000111100001010000101110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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