#0A312F

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

Shades of Nordic #0A312F

Tints of Nordic #0A312F

Color information

#0A312F (or 0x0A312F) is unknown color: approx Nordic. HEX triplet: 0A, 31 and 2F. RGB value is (10,49,47). Sum of RGB (Red+Green+Blue) = 10+49+47=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #0A312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A312F is #F5CED0. Grayscale: #252525. Windows color (decimal): -16109265 or 3092746. OLE color: 3092746.

HSL color Cylindrical-coordinate representation of color #0A312F: hue angle of 176.92º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A312F is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB104947-
CMYK0.8000.040.81
HSL176.92º66.1%11.57%-
HSV(B)176.92º79.59%19.22%-
XYZ1.742.473.07-
YUV37.11133.58108.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=9.43%
G=46.23%
B=44.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049470.8000.040.81176.9266.111.57
HexA312F500451b142c
Octal1261571200412126110214
Binary10101100011011111010000010010100011011000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,49,47); }

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

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

 a { background-color: rgb(10,49,47); }

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

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

 span { border-color: rgb(10,49,47); }

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