#0F2D31

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

Shades of Nordic #0F2D31

Tints of Nordic #0F2D31

Color information

#0F2D31 (or 0x0F2D31) is unknown color: approx Nordic. HEX triplet: 0F, 2D and 31. RGB value is (15,45,49). Sum of RGB (Red+Green+Blue) = 15+45+49=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D31 is #F0D2CE. Grayscale: #242424. Windows color (decimal): -15782607 or 3222799. OLE color: 3222799.

HSL color Cylindrical-coordinate representation of color #0F2D31: hue angle of 187.06º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F2D31 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB154549-
CMYK0.690.0800.81
HSL187.06º53.12%12.55%-
HSV(B)187.06º69.39%19.22%-
XYZ1.692.23.24-
YUV36.49135.06112.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=13.76%
G=41.28%
B=44.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1545490.690.0800.81187.0653.1212.55
HexF2D31458051bb35d
Octal1755611051001212736515
Binary11111011011100011000101100001010001101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,45,49); }

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

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

 a { background-color: rgb(15,45,49); }

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

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

 span { border-color: rgb(15,45,49); }

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